Uses of Class
org.forgerock.secrets.propertyresolver.PropertyFormatBase64
-
Packages that use PropertyFormatBase64 Package Description org.forgerock.secrets.propertyresolver Provides aSecretStoreimplementation that loads secrets from a Common ConfigurationPropertyResolverand then decodes it with aSecretPropertyFormat. -
-
Uses of PropertyFormatBase64 in org.forgerock.secrets.propertyresolver
Methods in org.forgerock.secrets.propertyresolver that return PropertyFormatBase64 Modifier and Type Method Description static PropertyFormatBase64PropertyFormatBase64. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyFormatBase64[]PropertyFormatBase64. values()Returns an array containing the constants of this enum type, in the order they are declared.
-