Pkcs7SignerInfo class

Pkcs7 message signature

Mixed in types

Constructors

Pkcs7SignerInfo(ASN1Sequence asn1)
parse a Pkcs7 message signature
factory

Properties

asn1 → ASN1Sequence
The SignerInfo asn1 object
no setter
contentType → ASN1ObjectIdentifier?
The embedded message content type, if any
no setter
digestAlgorithm HashAlgorithm
The digest Algorithm
no setter
digestAlgorithmID → ASN1ObjectIdentifier
The digest Algorithm ID.
no setter
hashCode int
The hash code for this object.
no setterinherited
issuer Iterable<MapEntry<ASN1ObjectIdentifier, dynamic>>
The issuer of the certificate.
no setter
messageDigest Uint8List?
The embedded message digest, if any
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serial int
The version number of the signature.
no setter
signature Uint8List
The digest Algorithm
no setter
signatureAlgorithmID → ASN1ObjectIdentifier
The signature Algorithm ID.
no setter
signedAttributes Iterable<MapEntry<ASN1ObjectIdentifier, List<ASN1Object>>>
Signed attributes
no setter
signingTime DateTime?
The embedded message signature time, if any
no setter
unsignedAttributes Iterable<MapEntry<ASN1ObjectIdentifier, List<ASN1Object>>>
Non-signed attributes
no setter
version int
The version number of the signature.
no setter

Methods

asn1ToDart(ASN1Object obj) → dynamic
inherited
asn1ToString(dynamic obj) String
inherited
commonDigestAlgorithm(ASN1ObjectIdentifier signatureAlgorithmID) HashAlgorithm
inherited
derEncode(Uint8List hash, HashAlgorithm digest) Uint8List
Encode a hash to a DER message
inherited
digestIdentifierHex(HashAlgorithm algorithm) String
inherited
getDigest(HashAlgorithm digestAlgorithm) → Digest
inherited
listEquality(Uint8List f, Uint8List o) bool
Test if two lists are equal
inherited
namesFromAsn1(ASN1Sequence sequence) Iterable<MapEntry<ASN1ObjectIdentifier, dynamic>>
Parse a list of names
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
padText(String s, int amount) String
inherited
toHex(Iterable<int>? list) String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited