|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralName | |
| com.entrust.toolkit.asn1.structures | Contains clases used to parse ASN.1 structures. |
| iaik.asn1.structures | |
| Uses of GeneralName in com.entrust.toolkit.asn1.structures |
| Methods in com.entrust.toolkit.asn1.structures that return GeneralName | |
GeneralName |
PKIHeader.getSender()
This method returns the sender associated with the PKIHeader. |
GeneralName |
PKIHeader.getRecipient()
This method returns the name of the intended recipient. |
GeneralName |
Controls.getOldCertIdIssuer()
|
| Methods in com.entrust.toolkit.asn1.structures with parameters of type GeneralName | |
void |
PKIHeader.setSender(GeneralName sender)
This method sets the sender associated with the PKIHeader. |
void |
PKIHeader.setRecipient(GeneralName recipient)
This method sets the name of the intended recipient. |
void |
Controls.setOldCertId(GeneralName issuer,
INTEGER serialNumber)
|
| Constructors in com.entrust.toolkit.asn1.structures with parameters of type GeneralName | |
PKIHeader.PKIHeader(int pvno,
GeneralName sender,
GeneralName recipient,
GeneralizedTime messageTime,
AlgorithmID protectionAlg,
ASN1Object senderKID,
ASN1Object recipKID,
OCTET_STRING transactionID,
OCTET_STRING senderNonce,
OCTET_STRING recipNonce)
This constructor, given all of the information that can be included, creates a PKIHeader object. |
|
| Uses of GeneralName in iaik.asn1.structures |
| Methods in iaik.asn1.structures that return GeneralName | |
GeneralName |
AccessDescription.getAccessLocation()
Returns the access location. |
GeneralName |
GeneralSubtree.getBase()
Returns the base GeneralName. |
| Methods in iaik.asn1.structures with parameters of type GeneralName | |
void |
AccessDescription.setAccessLocation(GeneralName accessLocation)
Sets the access location. |
void |
GeneralNames.addName(GeneralName generalName)
Adds a GeneralName to the list of general names. |
| Constructors in iaik.asn1.structures with parameters of type GeneralName | |
AccessDescription.AccessDescription(ObjectID accessMethod,
GeneralName accessLocation)
Creates a new AccessDescription from the given Oid and GeneralName. |
|
GeneralNames.GeneralNames(GeneralName generalName)
Creates a GeneralNames structure from a GeneralName. |
|
GeneralSubtree.GeneralSubtree(GeneralName base)
Creates a new GeneralSubrtree from a base representing some GeneralName. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||