public class OOBCertHash implements DEREncodable(Code)
ASN.1 structure DER En/DeCoder.
OOBCertHash ::= SEQUENCE {
hashAlg [0] AlgorithmIdentifier OPTIONAL,
certId [1] CertId OPTIONAL,
hashVal BIT STRING -- hashVal is calculated over DER encoding of the subjectPublicKey field of the corresponding cert.
}