CmsSignedData class
Constructors
- CmsSignedData.parse(Uint8List der)
-
Parses a ContentInfo wrapping SignedData.
dermay carry trailing zero padding (PDF signers pre-allocate /Contents).factory
Properties
-
certificates
→ List<
X509Certificate> -
final
- eContent → Uint8List?
-
Encapsulated content, when not detached (adbe.pkcs7.sha1 stores the
document digest here).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signerInfos
→ List<
CmsSignerInfo> -
final
Methods
-
certificateFor(
CmsSignerInfo signer) → X509Certificate? - The certificate a signer info points at via issuer + serial.
-
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