Package org.forgerock.secrets.gcpkms
Class GoogleKmsPrivateKey
java.lang.Object
org.forgerock.secrets.gcpkms.GoogleKmsKey
org.forgerock.secrets.gcpkms.GoogleKmsPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable
Represents a private key stored in the Google Cloud Platform Key Management Service. Cryptographic operations
involving the key will be handled by sending requests to the KMS API.
- See Also:
-
Method Summary
Methods inherited from class org.forgerock.secrets.gcpkms.GoogleKmsKey
decrypt, decryptWithAssociatedData, getAlgorithm, getEncoded, getFormatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat