Uses of Class
org.forgerock.secrets.gcpkms.GoogleKmsSecretStore
-
Packages that use GoogleKmsSecretStore Package Description org.forgerock.secrets.gcpkms 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 GoogleKmsSecretStore Modifier and Type Method Description GoogleKmsSecretStore
GoogleKmsSecretStore.Builder. build()
Builds theGoogleKmsSecretStore
instance.Constructors in org.forgerock.secrets.gcpkms with parameters of type GoogleKmsSecretStore Constructor Description GoogleKmsEncryptedPropertyFormat(GoogleKmsSecretStore secretStore, Purpose<DataDecryptionKey> purpose)
Initializes the property format with the given secret store and purpose.
-