Serialized Form
Package com.ibm.security.pkcs8 |
readObject
private void readObject(ObjectInputStream stream)
throws IOException
- Serialization read ... PKCS #8 keys serialize as
themselves, and they're parsed when they get read back.
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Serialization write ... PKCS #8 keys serialize as
themselves, and they're parsed when they get read back.
algid
AlgorithmId algid
- The algorithm information (name, parameters, etc).
attributes
PKCSAttributes attributes
- The attributes associated with the key.
key
byte[] key
- The key bytes, without the algorithm information
Package com.ibm.security.pkcsutil |
e
Exception e
Package com.ibm.security.util |
componentLen
int componentLen
components
int[] components
Package com.ibm.security.x509 |
algid
ObjectIdentifier algid
- The object identitifer being used for this algorithm.
algParams
AlgorithmParameters algParams
params
com.ibm.security.util.DerValue params
- Parameters for this algorithm. These are stored in unparsed
DER-encoded form; subclasses can be made to automatically parse
them so there is fast access to these parameters.
provider
String provider
- The provider used for this algorithm.