Reference documentation and code samples for the Google Certificate Authority Service V1 Client class PublicKey.
A PublicKey describes a public key.
Generated from protobuf message google.cloud.security.privateca.v1.PublicKey
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
Required. A public key. The padding and encoding must match with the KeyFormat
value specified for the format
field.
↳ format
int
Required. The format of the public key.
getKey
Required. A public key. The padding and encoding
must match with the KeyFormat
value specified for the format
field.
string
setKey
Required. A public key. The padding and encoding
must match with the KeyFormat
value specified for the format
field.
var
string
$this
getFormat
Required. The format of the public key.
int
setFormat
Required. The format of the public key.
var
int
$this