org.bouncycastle.asn1.ess
public class OtherCertID extends ASN1Encodable
| Constructor Summary | |
|---|---|
| OtherCertID(ASN1Sequence seq)
constructor | |
| OtherCertID(AlgorithmIdentifier algId, byte[] digest) | |
| OtherCertID(AlgorithmIdentifier algId, byte[] digest, IssuerSerial issuerSerial) | |
| Method Summary | |
|---|---|
| AlgorithmIdentifier | getAlgorithmHash() |
| byte[] | getCertHash() |
| static OtherCertID | getInstance(Object o) |
| IssuerSerial | getIssuerSerial() |
| DERObject | toASN1Object()
OtherCertID ::= SEQUENCE {
otherCertHash OtherHash,
issuerSerial IssuerSerial OPTIONAL }
OtherHash ::= CHOICE {
sha1Hash OCTET STRING,
otherHash OtherHashAlgAndValue }
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OCTET STRING }
|
OtherCertID ::= SEQUENCE {
otherCertHash OtherHash,
issuerSerial IssuerSerial OPTIONAL }
OtherHash ::= CHOICE {
sha1Hash OCTET STRING,
otherHash OtherHashAlgAndValue }
OtherHashAlgAndValue ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashValue OCTET STRING }