|
Bouncy Castle Cryptography 1.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.asn1.x509.AttributeCertificate
| Constructor Summary | |
AttributeCertificate()
|
|
| Method Summary | |
AttributeCertificateInfo |
getAcinfo()
|
DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream. |
AlgorithmIdentifier |
getSignatureAlgorithm()
|
DERBitString |
getSignatureValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeCertificate()
| Method Detail |
public AttributeCertificateInfo getAcinfo()
public AlgorithmIdentifier getSignatureAlgorithm()
public DERBitString getSignatureValue()
public DERObject getDERObject()
AttributeCertificate ::= SEQUENCE {
acinfo AttributeCertificateInfo,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING
}
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||