Constructor
new CertificateList()
The X.509 v2 CRL syntax is as follows. For signature calculation,
the data that is to be signed is ASN.1 DER encoded. ASN.1 DER
encoding is a tag, length, value encoding system for each element.
RFC 5280 references http://tools.ietf.org/html/rfc5280
CertificateList ::= SEQUENCE {
tbsCertList TBSCertList,
signatureAlgorithm AlgorithmIdentifier,
signatureValue BIT STRING }
See GostASN1.TBSCertListRFC 5280 references http://tools.ietf.org/html/rfc5280
Properties:
| Name | Type | Description |
|---|---|---|
tbsCertList |
GostASN1.TBSCertList | The tbsCertList |
signatureAlgorithm |
AlgorithmIndentifier | Identifies signature algorithm |
signatureValue |
CryptoOperationData | Signature value |
- Source:
Extends
Methods
-
check()
-
Check the object structure
- Inherited From:
- Source:
-
decode(source)
-
Decode the source to self object
Parameters:
Name Type Description sourceFormatedData Encoded data - Inherited From:
- Source:
-
encode(format) → {FormatedData}
-
Encode the object
Parameters:
Name Type Description formatstring Encoding format 'DER', 'CER' or 'PEM' - Inherited From:
- Source:
Returns:
- Type
- FormatedData