Reference documentation and code samples for the Google Certificate Authority Service V1 Client class X509Extension.
An [X509Extension][google.cloud.security.privateca.v1.X509Extension] specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
Generated from protobuf message google.cloud.security.privateca.v1.X509Extension
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ object_id
↳ critical
bool
Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
↳ value
string
Required. The value of this X.509 extension.
getObjectId
Required. The OID for this X.509 extension.
hasObjectId
clearObjectId
setObjectId
Required. The OID for this X.509 extension.
$this
getCritical
Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
bool
setCritical
Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
var
bool
$this
getValue
Required. The value of this X.509 extension.
string
setValue
Required. The value of this X.509 extension.
var
string
$this