AndroidCertificate class abstract

AndroidCertificate

Properties:

  • description - The description that was provided when uploading the certificate.
  • extension_ - The file format of the certificate, as indicated by the file extension. For example, .cert or .pem.
  • id - The unique identifier of the certificate.
  • name_ - The file name of the certificate. For example, mycert.
  • notAfter - The date when the certificate stops to be valid.
  • notBefore - The date when the certificate starts to be valid.
  • status - The status of the certificate.
Annotations
  • @BuiltValue.new()

Constructors

AndroidCertificate([void updates(AndroidCertificateBuilder b)])
factory

Properties

description String?
The description that was provided when uploading the certificate.
no setter
extension_ String?
The file format of the certificate, as indicated by the file extension. For example, .cert or .pem.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the certificate.
no setter
name_ String?
The file name of the certificate. For example, mycert.
no setter
notAfter DateTime?
The date when the certificate stops to be valid.
no setter
notBefore DateTime?
The date when the certificate starts to be valid.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the certificate.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AndroidCertificateBuilder)) AndroidCertificate
Rebuilds the instance.
inherited
toBuilder() AndroidCertificateBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AndroidCertificate>
no setter