ASN1CertBag class
CertBag ::= SEQUENCE {
certId BAG-TYPE.&id ({CertTypes}),
certValue [0] EXPLICIT BAG-TYPE.&Type ({CertTypes}{@certId})
}
- Inheritance
-
- Object
- ASN1Object
- ASN1CertBag
Constructors
- ASN1CertBag(ASN1ObjectIdentifier certId, ASN1Object certValue)
- ASN1CertBag.forSdsiCertificate(ASN1IA5String certValue)
- Constructor to create the CertBag for a SDSI Certificate.
- ASN1CertBag.forX509Certificate(ASN1OctetString certValue)
- Constructor to create the CertBag for a X509 Certificate.
- ASN1CertBag.fromSequence(ASN1Sequence seq)
- Creates a CertBag object from the given sequence consisting of two elements :
- ASN1CertBag.fromX509Pem(String pem)
Properties
- certId ↔ ASN1ObjectIdentifier
-
Possible objectIdentifier :
getter/setter pair
- certValue ↔ ASN1Object
-
Possible objects :
getter/setter pair
- dumpIndent ↔ int
-
getter/setter pairinherited
- encodedBytes ↔ Uint8List?
-
The encoded bytes.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConstructed ↔ bool?
-
Describes if this ASN1 Object is constructed.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag ↔ int?
-
The BER tag representing this object.
getter/setter pairinherited
- totalEncodedByteLength → int
-
The total length of this object, including its value bytes, the encoded tag and length bytes.
no setterinherited
- valueByteLength ↔ int?
-
Length of the encoded value bytes.
getter/setter pairinherited
- valueBytes ↔ Uint8List?
-
The value bytes.
getter/setter pairinherited
- valueStartPosition ↔ int
-
The index where the value bytes start. This is the position after the tag + length bytes.
getter/setter pairinherited
Methods
-
dump(
{int spaces = 0}) → String -
Creates a readable dump from the current ASN1Object.
inherited
-
encode(
{ASN1EncodingRule encodingRule = ASN1EncodingRule.ENCODING_DER}) → Uint8List -
Encode the object to their byte representation.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited