Reference documentation and code samples for the Google Cloud Container V1 Client class Jwk.
Jwk is a JSON Web Key as specified in RFC 7517
Generated from protobuf message google.container.v1.Jwk
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kty
string
Key Type.
↳ alg
string
Algorithm.
↳ use
string
Permitted uses for the public keys.
↳ kid
string
Key ID.
↳ n
string
Used for RSA keys.
↳ e
string
Used for RSA keys.
↳ x
string
Used for ECDSA keys.
↳ y
string
Used for ECDSA keys.
↳ crv
string
Used for ECDSA keys.
getKty
Key Type.
string
setKty
Key Type.
var
string
$this
getAlg
Algorithm.
string
setAlg
Algorithm.
var
string
$this
getUse
Permitted uses for the public keys.
string
setUse
Permitted uses for the public keys.
var
string
$this
getKid
Key ID.
string
setKid
Key ID.
var
string
$this
getN
Used for RSA keys.
string
setN
Used for RSA keys.
var
string
$this
getE
Used for RSA keys.
string
setE
Used for RSA keys.
var
string
$this
getX
Used for ECDSA keys.
string
setX
Used for ECDSA keys.
var
string
$this
getY
Used for ECDSA keys.
string
setY
Used for ECDSA keys.
var
string
$this
getCrv
Used for ECDSA keys.
string
setCrv
Used for ECDSA keys.
var
string
$this