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, ReusableConfigWrapper? reusableConfig, SubjectConfig? subjectConfig})
- 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
- reusableConfig ↔ ReusableConfigWrapper?
-
Describes how some of the technical fields in a certificate should be
populated.
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
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