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: