CertificateConfig class
A CertificateConfig describes an X.509 certificate or CSR that is to be created, as an alternative to using ASN.1.
Constructors
- CertificateConfig({PublicKey? publicKey, SubjectConfig? subjectConfig, CertificateConfigKeyId? subjectKeyId, X509Parameters? x509Config})
- CertificateConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicKey ↔ PublicKey?
-
The public key that corresponds to this config.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subjectConfig ↔ SubjectConfig?
-
Specifies some of the values in a certificate that are related to the
subject.
getter/setter pair
- subjectKeyId ↔ CertificateConfigKeyId?
-
When specified this provides a custom SKI to be used in the certificate.
getter/setter pair
- x509Config ↔ X509Parameters?
-
Describes how some of the technical X.509 fields in a certificate should
be populated.
getter/setter pair
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