|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.ac.V2Form
public class V2Form
This class represents the V2Form ASN.1 construct.
Field Summary | |
---|---|
protected IssuerSerial |
baseCertificateID
|
static int |
BASECERTIFICATEID_TAG
|
protected GeneralNames |
issuerName
|
protected ObjectDigestInfo |
objectDigestInfo
|
static int |
OBJECTDIGESTINFO_TAG
|
Constructor Summary | |
---|---|
protected |
V2Form()
|
|
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID,
ObjectDigestInfo objectDigestInfo)
This constructor can be used to construct a V2Form object out of its components. |
|
V2Form(V2Form v2)
This constructor copies a given V2Form. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decode(ASN1Object ao)
This method decodes the given ASN1Object and sets the V2Form contents from it. |
IssuerSerial |
getBaseCertificateID()
Returns the Base Certificate ID construct of the V2Form. |
GeneralNames |
getIssuerName()
Returns the Issuer Name (GeneralNames) construct of the V2Form. |
ObjectDigestInfo |
getObjectDigestInfo()
Returns the Object Digest Info construct of the V2Form. |
void |
setBaseCertificateID(IssuerSerial baseCertificateID)
Sets the Base Certificate ID construct of the V2Form. |
void |
setIssuerName(GeneralNames issuerName)
Sets the Issuer Name construct of the V2Form. |
void |
setObjectDigestInfo(ObjectDigestInfo objectDigestInfo)
Sets the Object Digest Info construct of the V2Form. |
ASN1Object |
toASN1Object()
This method returns the ASN1Object of V2Form. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String indent)
|
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 OBJECTDIGESTINFO_TAG
protected GeneralNames issuerName
protected IssuerSerial baseCertificateID
protected ObjectDigestInfo objectDigestInfo
Constructor Detail |
---|
protected V2Form()
public V2Form(V2Form v2) throws CodingException
v2
- - the V2Form to copy.
CodingException
public V2Form(GeneralNames issuerName, IssuerSerial baseCertificateID, ObjectDigestInfo objectDigestInfo)
issuerName
- is a GeneralNames object; can be null if not presentbaseCertificateID
- is the IssuerSerial object; can be null if not
presentobjectDigestInfo
- is the ObjectDigestInfo object; can be null if not
presentMethod Detail |
---|
public GeneralNames getIssuerName()
public void setIssuerName(GeneralNames issuerName)
public IssuerSerial getBaseCertificateID()
public void setBaseCertificateID(IssuerSerial baseCertificateID)
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
CodingException
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)
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 |