Pkcs mixin

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
data → const String
ec256 → const String
emailAddress → const String
hashAlgorithmIdentifiers → const Map<HashAlgorithm, List<int>>
messageDigest → const String
netscapeComment → const String
organizationIdentifier → const String
RsaesPkcs1 → const String
sha1 → const String
sha1WithRsaSignature → const String
sha256 → const String
sha256Nist → const String
sha384 → const String
sha512 → const String
signedData → const String
signingTime → const String
smimeCapabilities → const String
timestamp → const String