Package org.forgerock.secrets.gcpkms
Class GoogleKmsSignature.WithSHA512
- java.lang.Object
 - 
- java.security.SignatureSpi
 - 
- org.forgerock.secrets.gcpkms.GoogleKmsSignature
 - 
- org.forgerock.secrets.gcpkms.GoogleKmsSignature.WithSHA512
 
 
 
 
- 
- Enclosing class:
 - GoogleKmsSignature
 
public static class GoogleKmsSignature.WithSHA512 extends GoogleKmsSignature
Implements signing with the SHA-512 message digest. Supports both RSA and ECDSA. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.forgerock.secrets.gcpkms.GoogleKmsSignature
GoogleKmsSignature.RSAPSS, GoogleKmsSignature.WithSHA256, GoogleKmsSignature.WithSHA384, GoogleKmsSignature.WithSHA512 
 - 
 
- 
Field Summary
- 
Fields inherited from class java.security.SignatureSpi
appRandom 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WithSHA512()Default constructor. 
- 
Method Summary
- 
Methods inherited from class org.forgerock.secrets.gcpkms.GoogleKmsSignature
engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify 
- 
Methods inherited from class java.security.SignatureSpi
clone, engineGetParameters, engineInitSign, engineSetParameter, engineSign, engineUpdate, engineVerify 
 - 
 
 -