Uses of Class
org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
Packages that use 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
Methods in org.forgerock.secrets.gcpkms that return GoogleKmsSecretStoreModifier and TypeMethodDescriptionGoogleKmsSecretStore.Builder.build()Builds theGoogleKmsSecretStoreinstance.Constructors in org.forgerock.secrets.gcpkms with parameters of type GoogleKmsSecretStoreModifierConstructorDescriptionGoogleKmsEncryptedPropertyFormat(GoogleKmsSecretStore secretStore, Purpose<DataDecryptionKey> purpose) Initializes the property format with the given secret store and purpose.