Package org.forgerock.secrets.gcpkms
Class GoogleKmsSignature.WithSHA384
- java.lang.Object
-
- java.security.SignatureSpi
-
- org.forgerock.secrets.gcpkms.GoogleKmsSignature
-
- org.forgerock.secrets.gcpkms.GoogleKmsSignature.WithSHA384
-
- Enclosing class:
- GoogleKmsSignature
public static class GoogleKmsSignature.WithSHA384 extends GoogleKmsSignature
Implements signing with the SHA-384 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 WithSHA384()
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
-
-