org.glite.voms.ac
Class V2Form
- DEREncodable
public class V2Form
extends java.lang.Object
implements DEREncodable
V2Form
public V2Form(ASN1Sequence seq)
V2Form
public V2Form(GeneralNames issuerName)
getBaseCertificateID
public IssuerSerial getBaseCertificateID()
getDERObject
public DERObject getDERObject()
Produce an object suitable for an ASN1OutputStream.
V2Form ::= SEQUENCE {
issuerName GeneralNames OPTIONAL,
baseCertificateID [0] IssuerSerial OPTIONAL,
objectDigestInfo [1] ObjectDigestInfo OPTIONAL
-- issuerName MUST be present in this profile
-- baseCertificateID and objectDigestInfo MUST NOT
-- be present in this profile
}
getIssuerName
public GeneralNames getIssuerName()
getObjectDigestInfo
public ObjectDigestInfo getObjectDigestInfo()