Reference documentation and code samples for the Google Cloud IoT Core V1 Client class X509CertificateDetails.
Details of an X.509 certificate. For informational purposes only.
Generated from protobuf message google.cloud.iot.v1.X509CertificateDetails
Namespace
Google \ Cloud \ Iot \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ issuer
string
The entity that signed the certificate.
↳ subject
string
The entity the certificate and public key belong to.
↳ start_time
↳ expiry_time
↳ signature_algorithm
string
The algorithm used to sign the certificate.
↳ public_key_type
string
The type of public key in the certificate.
getIssuer
The entity that signed the certificate.
string
setIssuer
The entity that signed the certificate.
var
string
$this
getSubject
The entity the certificate and public key belong to.
string
setSubject
The entity the certificate and public key belong to.
var
string
$this
getStartTime
The time the certificate becomes valid.
hasStartTime
clearStartTime
setStartTime
The time the certificate becomes valid.
$this
getExpiryTime
The time the certificate becomes invalid.
hasExpiryTime
clearExpiryTime
setExpiryTime
The time the certificate becomes invalid.
$this
getSignatureAlgorithm
The algorithm used to sign the certificate.
string
setSignatureAlgorithm
The algorithm used to sign the certificate.
var
string
$this
getPublicKeyType
The type of public key in the certificate.
string
setPublicKeyType
The type of public key in the certificate.
var
string
$this