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
public class GoogleKmsPrivateKey extends GoogleKmsKey implements PrivateKey
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:
 - Serialized Form
 
 
- 
- 
Method Summary
- 
Methods inherited from class org.forgerock.secrets.gcpkms.GoogleKmsKey
decrypt, decryptWithAssociatedData, getAlgorithm, getEncoded, getFormat 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed 
- 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat 
 - 
 
 -