Serialized Form
Package oracle.security.crypto.asn1 |
Package oracle.security.crypto.core |
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
pkcs5
PKCS5 pkcs5
encryptedData
byte[] encryptedData
salt
byte[] salt
count
int count
mode
int mode
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput is)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput os)
throws java.io.IOException
-
- Serial Data:
- A byte array containing the DER encoding of this object.
- Throws:
java.io.IOException
Package oracle.security.crypto.util |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the hashtable from a stream. Only the keys and values are serialized since the hash values may be different when the contents are restored. Read count elements and insert into the hashtable.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- WriteObject is called to save the state of the hashtable to a stream. Only the keys and values are serialized since the hash values may be different when the contents are restored. iterate over the contents and write out the keys and values.
threshold
int threshold
- Rehashes the table when count exceeds this threshold.
loadFactor
float loadFactor
- The load factor for the hashtable.
Copyright © 2005, 2006 , Oracle. All rights reserved.