Class Base64PropertyFormat

java.lang.Object
org.forgerock.openig.secrets.Base64PropertyFormat
All Implemented Interfaces:
SecretPropertyFormat, SecretDecoder

public class Base64PropertyFormat extends Object implements SecretPropertyFormat
A SecretPropertyFormat for a BASE64 format.

Usage:

 {
       "type": "Base64PropertyFormat"
 }
 

Note that it's not necessary to create new instances of this format. An instance of this object is already present in the heap at key Keys.BASE64_PROPERTY_FORMAT.