| 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ess.OtherCertID
| Field Summary | 
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | 
BER, DER | 
| Constructor Summary | |
OtherCertID(AlgorithmIdentifier algId,
            byte[] digest)
 | 
|
OtherCertID(AlgorithmIdentifier algId,
            byte[] digest,
            IssuerSerial issuerSerial)
 | 
|
OtherCertID(ASN1Sequence seq)
constructor  | 
|
| Method Summary | |
 AlgorithmIdentifier | 
getAlgorithmHash()
 | 
 byte[] | 
getCertHash()
 | 
static OtherCertID | 
getInstance(java.lang.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 }  | 
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | 
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode | 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public OtherCertID(ASN1Sequence seq)
public OtherCertID(AlgorithmIdentifier algId,
                   byte[] digest)
public OtherCertID(AlgorithmIdentifier algId,
                   byte[] digest,
                   IssuerSerial issuerSerial)
| Method Detail | 
public static OtherCertID getInstance(java.lang.Object o)
public AlgorithmIdentifier getAlgorithmHash()
public byte[] getCertHash()
public IssuerSerial getIssuerSerial()
public DERObject toASN1Object()
 OtherCertID ::= SEQUENCE {
     otherCertHash    OtherHash,
     issuerSerial     IssuerSerial OPTIONAL }
 OtherHash ::= CHOICE {
     sha1Hash     OCTET STRING,
     otherHash    OtherHashAlgAndValue }
 OtherHashAlgAndValue ::= SEQUENCE {
     hashAlgorithm    AlgorithmIdentifier,
     hashValue        OCTET STRING }
 
toASN1Object in class ASN1Encodable
  | 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||