CertificateSigningRequestData class

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)

Constructors

CertificateSigningRequestData({Map<String, String>? subject, int? version, String? signature, String? signatureAlgorithm, String? signatureAlgorithmReadableName, SubjectPublicKeyInfo? publicKeyInfo, String? plain, CertificateSigningRequestExtensions? extensions, String? certificationRequestInfoSeq, CertificationRequestInfo? certificationRequestInfo, int? saltLength, String? pssDigest})
CertificateSigningRequestData.fromJson(Map<String, dynamic> json)
factory

Properties

certificationRequestInfo CertificationRequestInfo?
The certificationRequestInfo
getter/setter pair
certificationRequestInfoSeq String?
The certificationRequestInfo sequence as base64
getter/setter pair
extensions CertificateSigningRequestExtensions?
The extension
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
plain String?
The plain PEM string
getter/setter pair
pssDigest String?
The digest used for PSS signature
getter/setter pair
publicKeyInfo SubjectPublicKeyInfo?
The public key information
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saltLength int?
The salt length if algorithm is rsaPSS
getter/setter pair
signature String?
The signature
getter/setter pair
signatureAlgorithm String?
The signature algorithm
getter/setter pair
signatureAlgorithmReadableName String?
The readable name of the signature algorithm
getter/setter pair
subject Map<String, String>?
The subject data of the certificate singing request
getter/setter pair
version int?
The version
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