Class GoogleKmsSignature

java.lang.Object
java.security.SignatureSpi
org.forgerock.secrets.gcpkms.GoogleKmsSignature
Direct Known Subclasses:
GoogleKmsSignature.WithSHA256, GoogleKmsSignature.WithSHA384, GoogleKmsSignature.WithSHA512

public class GoogleKmsSignature extends SignatureSpi
Implementation of the Java Signature SPI that delegates signature operations to the Google Cloud Platform Key Management Service. This signature implementation only supports signing. For verification you should retrieve the public key from the KMS and validate using the existing Java signature providers.