Class EncryptionKey
java.lang.Object
com.auth0.json.mgmt.resourceserver.EncryptionKey
Class that represents the encryption key associated with a
TokenEncryption-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlg()getKid()getName()getPem()voidSets the value of thealgfield.voidSets the value of thekidfield.voidSets the value of thenamefield.voidSets the value of thepemfield.voidsetThumbprintSha256(String thumbprintSha256) Sets the value of thethumbprint_sha256field.
-
Constructor Details
-
EncryptionKey
public EncryptionKey()
-
-
Method Details
-
getName
- Returns:
- the value of the
namefield.
-
setName
Sets the value of thenamefield.- Parameters:
name- the value of thenamefield.
-
getAlg
- Returns:
- the value of the
algfield.
-
setAlg
Sets the value of thealgfield.- Parameters:
alg- the value of thealgfield.
-
getPem
- Returns:
- the value of the
pemfield.
-
setPem
Sets the value of thepemfield.- Parameters:
pem- the value of thepemfield.
-
getKid
- Returns:
- the value of the
kidfield.
-
setKid
Sets the value of thekidfield.- Parameters:
kid- the value of thekidfield.
-
getThumbprintSha256
- Returns:
- the value of the
thumbprint_sha256field.
-
setThumbprintSha256
Sets the value of thethumbprint_sha256field.- Parameters:
thumbprintSha256- the value of thethumbprint_sha256field.
-