|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.ac.Holder
public class Holder
This is the class for the Holder ASN.1 construct.
Field Summary | |
---|---|
protected IssuerSerial |
baseCertificateID
|
static int |
BASECERTIFICATEID_TAG
|
protected GeneralNames |
entityName
|
static int |
ENTITYNAME_TAG
|
protected ObjectDigestInfo |
objectDigestInfo
|
static int |
OBJECTDIGESTINFO_TAG
|
Constructor Summary | |
---|---|
protected |
Holder()
|
|
Holder(ASN1Object ao)
This constructo builds a Holder from ASN1Object. |
|
Holder(IssuerSerial baseCertificateID,
GeneralNames entityName,
ObjectDigestInfo objectDigestInfo)
This constructor builds an object out of its components. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decode(ASN1Object ao)
This method decodes the given ASN1Object and sets the contents of the Holder to the contents of ASN1Object. |
IssuerSerial |
getBaseCertificateID()
Returns the Base Certificate ID construct of the Holder. |
GeneralNames |
getEntityName()
Returns the Entity Name (GeneralNames) construct of the Holder. |
ObjectDigestInfo |
getObjectDigestInfo()
Returns the Object Digest Info construct of the Holder. |
void |
setBaseCertificateID(IssuerSerial baseCertificateID)
Sets the Base Certificate ID construct of the Holder. |
void |
setEntityName(GeneralNames entityName)
Sets the Entity Name construct of the Holder. |
void |
setObjectDigestInfo(ObjectDigestInfo objectDigestInfo)
Sets the Object Digest Info construct of the Holder. |
ASN1Object |
toASN1Object()
This method returns the ASN1Object of Holder. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String ident)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BASECERTIFICATEID_TAG
public static final int ENTITYNAME_TAG
public static final int OBJECTDIGESTINFO_TAG
protected IssuerSerial baseCertificateID
protected GeneralNames entityName
protected ObjectDigestInfo objectDigestInfo
Constructor Detail |
---|
protected Holder()
public Holder(ASN1Object ao) throws CodingException
ao
- - the ASN1Object representing the Holder
CodingException
public Holder(IssuerSerial baseCertificateID, GeneralNames entityName, ObjectDigestInfo objectDigestInfo)
Method Detail |
---|
public IssuerSerial getBaseCertificateID()
public void setBaseCertificateID(IssuerSerial baseCertificateID)
public GeneralNames getEntityName()
public void setEntityName(GeneralNames entityName)
public ObjectDigestInfo getObjectDigestInfo()
public void setObjectDigestInfo(ObjectDigestInfo objectDigestInfo)
public ASN1Object toASN1Object() throws CodingException
CodingException
public void decode(ASN1Object ao) throws CodingException
ao
- - the ASN1Object to decode; it must be a SEQUENCE, where each
element represents the elements of Holder
CodingException
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String ident)
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |