|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.ac.AttributeCertificateInfo
public class AttributeCertificateInfo
Constructor Summary | |
---|---|
AttributeCertificateInfo(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. |
Method Summary | |
---|---|
org.bouncycastle.asn1.DERInteger |
getAttCertVersion()
Deprecated. |
org.bouncycastle.asn1.x509.AttCertValidityPeriod |
getAttrCertValidityPeriod()
Deprecated. |
org.bouncycastle.asn1.ASN1Sequence |
getAttributes()
Deprecated. |
org.bouncycastle.asn1.DERObject |
getDERObject()
Deprecated. Produce an object suitable for an ASN1OutputStream. |
org.bouncycastle.asn1.x509.X509Extensions |
getExtensions()
Deprecated. |
Holder |
getHolder()
Deprecated. |
static AttributeCertificateInfo |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. |
AttCertIssuer |
getIssuer()
Deprecated. |
org.bouncycastle.asn1.DERBitString |
getIssuerUniqueID()
Deprecated. |
org.bouncycastle.asn1.DERInteger |
getSerialNumber()
Deprecated. |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getSignature()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeCertificateInfo(org.bouncycastle.asn1.ASN1Sequence seq)
Method Detail |
---|
public static AttributeCertificateInfo getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
public org.bouncycastle.asn1.DERInteger getAttCertVersion()
public Holder getHolder()
public AttCertIssuer getIssuer()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignature()
public org.bouncycastle.asn1.DERInteger getSerialNumber()
public org.bouncycastle.asn1.x509.AttCertValidityPeriod getAttrCertValidityPeriod()
public org.bouncycastle.asn1.ASN1Sequence getAttributes()
public org.bouncycastle.asn1.DERBitString getIssuerUniqueID()
public org.bouncycastle.asn1.x509.X509Extensions getExtensions()
public org.bouncycastle.asn1.DERObject getDERObject()
AttributeCertificateInfo ::= SEQUENCE { version AttCertVersion -- version is v2, holder Holder, issuer AttCertIssuer, signature AlgorithmIdentifier, serialNumber CertificateSerialNumber, attrCertValidityPeriod AttCertValidityPeriod, attributes SEQUENCE OF Attribute, issuerUniqueID UniqueIdentifier OPTIONAL, extensions Extensions OPTIONAL } AttCertVersion ::= INTEGER { v2(1) }
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |