public class OOBCertHash extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
CertId |
getCertId() |
AlgorithmIdentifier |
getHashAlg() |
static OOBCertHash |
getInstance(Object o) |
DERObject |
toASN1Object()
OOBCertHash ::= SEQUENCE {
hashAlg [0] AlgorithmIdentifier OPTIONAL,
certId [1] CertId OPTIONAL,
hashVal BIT STRING
-- hashVal is calculated over the DER encoding of the
-- self-signed certificate with the identifier certID.
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static OOBCertHash getInstance(Object o)
public AlgorithmIdentifier getHashAlg()
public CertId getCertId()
public DERObject toASN1Object()
OOBCertHash ::= SEQUENCE { hashAlg [0] AlgorithmIdentifier OPTIONAL, certId [1] CertId OPTIONAL, hashVal BIT STRING -- hashVal is calculated over the DER encoding of the -- self-signed certificate with the identifier certID. }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.