Serialized Form
-
Package org.apache.tomcat.vault.security.vault
-
Class org.apache.tomcat.vault.security.vault.SecurityVaultData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
Reads object from the ObjectInputStream. This method needs to be changed when implementing changes in data andSecurityVaultData.VERSIONis changed.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Writes object to the ObjectOutputSteream.- Throws:
IOException
-
-
Class org.apache.tomcat.vault.security.vault.SecurityVaultException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -463686701228652165L
-