GoogleCloudApigeeV1CertInfo class

X.509 certificate as defined in RFC 5280.

Constructors

GoogleCloudApigeeV1CertInfo({String? basicConstraints, String? expiryDate, String? isValid, String? issuer, String? publicKey, String? serialNumber, String? sigAlgName, String? subject, List<String>? subjectAlternativeNames, String? validFrom, int? version})
GoogleCloudApigeeV1CertInfo.fromJson(Map json_)

Properties

basicConstraints String?
X.509 basic constraints extension.
getter/setter pair
expiryDate String?
X.509 notAfter validity period in milliseconds since epoch.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String?
X.509 issuer.
getter/setter pair
isValid String?
Flag that specifies whether the certificate is valid.
getter/setter pair
publicKey String?
Public key component of the X.509 subject public key info.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
X.509 serial number.
getter/setter pair
sigAlgName String?
X.509 signatureAlgorithm.
getter/setter pair
subject String?
X.509 subject.
getter/setter pair
subjectAlternativeNames List<String>?
X.509 subject alternative names (SANs) extension.
getter/setter pair
validFrom String?
X.509 notBefore validity period in milliseconds since epoch.
getter/setter pair
version int?
X.509 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