PdfPkcs7Signer class abstract

Digitally Sign a document using Pkcs7

Inheritance
Implementers

Constructors

PdfPkcs7Signer()
Create a Pkcs7 signer
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
subFilter String
Pdf SubFilter name
read-onlyoverride

Methods

asn1ToDart(ASN1Object obj) → dynamic
inherited
asn1ToString(dynamic obj) String
inherited
commonDigestAlgorithm(ASN1ObjectIdentifier signatureAlgorithmID) HashAlgorithm
inherited
createDigest(HashAlgorithm algorithm, Uint8List input, Iterable<PdfSignRange> range) Uint8List
Create a hash of the message
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
loadRSAPrivateKey(Uint8List keyData) RSAPrivateKey
Parse BER encoded RSA key pair
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
sign(Uint8List input, Iterable<PdfSignRange> range) Future<Uint8List>
Sign the data and return the signature
inherited
toHex(Iterable<int>? list) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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