Serialized Form


Package com.ibm.security.pkcs8

Class com.ibm.security.pkcs8.PrivateKeyInfo implements Serializable

Serialization Methods

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.
Serialized Fields

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

Class com.ibm.security.pkcsutil.PKCSException implements Serializable

Serialized Fields

e

Exception e


Package com.ibm.security.util

Class com.ibm.security.util.ObjectIdentifier implements Serializable

Serialized Fields

componentLen

int componentLen

components

int[] components


Package com.ibm.security.x509

Class com.ibm.security.x509.AlgorithmId implements Serializable

Serialized Fields

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.