CertificateBlob class

This class is an implementation of an ASN.1 SEQUENCE type.

Syntax

public class CertificateBlob

Remarks

The certificate blob consists of the following ASN.1 structure

           
CertBlob ::= SEQUENCE {
x509Cert OCTET STRING,
signature OCTET STRING,
algorithm INTEGER
}
        

This class relies heavily on the Codec library to decode the encoded ASN.1 structure.