Uses of Class
org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
Package
Description
A secret store implementation that can retrieve keys from a Google Cloud Platform Key Management Service.
-
Uses of GoogleKmsSecretStore in org.forgerock.secrets.gcpkms
Modifier and TypeMethodDescriptionGoogleKmsSecretStore.Builder.build()
Builds theGoogleKmsSecretStore
instance.ModifierConstructorDescriptionGoogleKmsEncryptedPropertyFormat
(GoogleKmsSecretStore secretStore, Purpose<DataDecryptionKey> purpose) Initializes the property format with the given secret store and purpose.