|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectissrg.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 iaik.asn1.structures.GeneralNames |
entityName
|
static int |
ENTITYNAME_TAG
|
protected ObjectDigestInfo |
objectDigestInfo
|
static int |
OBJECTDIGESTINFO_TAG
|
Constructor Summary | |
---|---|
protected |
Holder()
|
|
Holder(iaik.asn1.ASN1Object ao)
This constructo builds a Holder from ASN1Object. |
|
Holder(Holder h)
This constructor creates a copy of a given Holder. |
|
Holder(IssuerSerial baseCertificateID,
iaik.asn1.structures.GeneralNames entityName,
ObjectDigestInfo objectDigestInfo)
This constructor builds an object out of its components. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decode(iaik.asn1.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. |
iaik.asn1.structures.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(iaik.asn1.structures.GeneralNames entityName)
Sets the Entity Name construct of the Holder. |
void |
setObjectDigestInfo(ObjectDigestInfo objectDigestInfo)
Sets the Object Digest Info construct of the Holder. |
iaik.asn1.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 iaik.asn1.structures.GeneralNames entityName
protected ObjectDigestInfo objectDigestInfo
Constructor Detail |
---|
protected Holder()
public Holder(iaik.asn1.ASN1Object ao) throws iaik.asn1.CodingException
ao
- - the ASN1Object representing the Holder
iaik.asn1.CodingException
public Holder(IssuerSerial baseCertificateID, iaik.asn1.structures.GeneralNames entityName, ObjectDigestInfo objectDigestInfo)
public Holder(Holder h) throws iaik.asn1.CodingException
h
- - the Holder to copy
iaik.asn1.CodingException
Method Detail |
---|
public IssuerSerial getBaseCertificateID()
public void setBaseCertificateID(IssuerSerial baseCertificateID)
public iaik.asn1.structures.GeneralNames getEntityName()
public void setEntityName(iaik.asn1.structures.GeneralNames entityName)
public ObjectDigestInfo getObjectDigestInfo()
public void setObjectDigestInfo(ObjectDigestInfo objectDigestInfo)
public iaik.asn1.ASN1Object toASN1Object() throws iaik.asn1.CodingException
toASN1Object
in interface iaik.asn1.ASN1Type
iaik.asn1.CodingException
public void decode(iaik.asn1.ASN1Object ao) throws iaik.asn1.CodingException
decode
in interface iaik.asn1.ASN1Type
ao
- - the ASN1Object to decode; it must be a SEQUENCE, where each
element represents the elements of Holder
iaik.asn1.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 |