PdfCertificate class

Represents the Certificate object.

Constructors

PdfCertificate(List<int> certificateBytes, String password)
Initializes a new instance of the PdfCertificate class

Properties

hashCode → int
The hash code for this object.
no setterinherited
issuerName → String
Gets the certificate issuer's name.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serialNumber → List<int>
Gets the serial number of a certificate.
no setter
subjectName → String
Gets the certificate subject's name.
no setter
validFrom → DateTime
Gets the date and time after which the certificate is not valid.
no setter
validTo → DateTime
Gets the date and time before which the certificate is not valid.
no setter
version → int
Gets the certificate's version number.
no setter

Methods

getCertificateChain() → List<List<int>>?
Gets the certificate chain in raw bytes.
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