Class SecurityVaultData
- java.lang.Object
-
- org.wildfly.security.credential.store.impl.SecurityVaultData
-
- All Implemented Interfaces:
Serializable
final class SecurityVaultData extends Object implements Serializable
Compatibility class for PicketBox VAULT.dat files, which consist of a single serialized instance ofPICKETBOX_CLASS_NAME.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringPICKETBOX_CLASS_NAMEprivate static longserialVersionUIDprivate Map<String,byte[]>vaultData
-
Constructor Summary
Constructors Constructor Description SecurityVaultData()SecurityVaultData(Map<String,byte[]> vaultData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Map<String,byte[]>getVaultData()private voidreadObject(ObjectInputStream ois)private voidwriteObject(ObjectOutputStream oos)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
PICKETBOX_CLASS_NAME
static final String PICKETBOX_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-