SmimeInfo class
An S/MIME email config.
Constructors
Properties
- encryptedKeyPassword ↔ String?
-
Encrypted key password, when key is encrypted.
getter/setter pair
- expiration ↔ String?
-
When the certificate expires (in milliseconds since epoch).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The immutable ID for the SmimeInfo.
getter/setter pair
- isDefault ↔ bool?
-
Whether this SmimeInfo is the default one for this user's send-as address.
getter/setter pair
- issuerCn ↔ String?
-
The S/MIME certificate issuer's common name.
getter/setter pair
- pem ↔ String?
-
PEM formatted X509 concatenated certificate string (standard base64
encoding).
getter/setter pair
- pkcs12 ↔ String?
-
PKCS#12 format containing a single private/public key pair and certificate
chain.
getter/setter pair
-
pkcs12AsBytes
↔ List<
int> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited