Pkcs mixin

Mixin Applications

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Constants

contentType → const String
'1.2.840.113549.1.9.3'
data → const String
'1.2.840.113549.1.7.1'
ec256 → const String
'1.2.840.10045.4.3.2'
emailAddress → const String
'1.2.840.113549.1.9.1'
hashAlgorithmIdentifiers → const Map<HashAlgorithm, List<int>>
<HashAlgorithm, List<int>>{HashAlgorithm.sha1 : <int>[1, 3, 14, 3, 2, 26], HashAlgorithm.sha256 : <int>[2, 16, 840, 1, 101, 3, 4, 2, 1], HashAlgorithm.sha384 : <int>[2, 1…
messageDigest → const String
'1.2.840.113549.1.9.4'
netscapeComment → const String
'2.16.840.1.113730.1.13'
organizationIdentifier → const String
'2.5.4.97'
RsaesPkcs1 → const String
'1.2.840.113549.1.1.1'
sha1 → const String
'1.3.14.3.2.26'
sha1WithRsaSignature → const String
'1.2.840.113549.1.1.5'
sha256 → const String
'1.2.840.113549.1.1.11'
sha256Nist → const String
'2.16.840.1.101.3.4.2.1'
sha384 → const String
'2.16.840.1.101.3.4.2.2'
sha512 → const String
'2.16.840.1.101.3.4.2.3'
signedData → const String
'1.2.840.113549.1.7.2'
signingTime → const String
'1.2.840.113549.1.9.5'
smimeCapabilities → const String
'1.2.840.113549.1.9.15'
timestamp → const String
'1.2.840.113549.1.9.16.2.14'