Serialized Form


Package com.entrust.toolkit.credentials

Class com.entrust.toolkit.credentials.TokenDSAPrivateKey implements Serializable

Class com.entrust.toolkit.credentials.TokenPrivateKey implements Serializable

Serialized Fields

m_objectHandle

long m_objectHandle

m_pkcs11LC

PKCS11LibraryConnection m_pkcs11LC

m_session

long m_session

Class com.entrust.toolkit.credentials.TokenRSAPrivateKey implements Serializable


Package com.entrust.toolkit.exceptions

Class com.entrust.toolkit.exceptions.AuthorizationCodeException implements Serializable

Class com.entrust.toolkit.exceptions.CertificationException implements Serializable

Serialized Fields

m_exception

java.lang.Exception m_exception

Class com.entrust.toolkit.exceptions.CertificationRootException implements Serializable

Class com.entrust.toolkit.exceptions.CertificationSignatureException implements Serializable

Class com.entrust.toolkit.exceptions.CertNotTrustedException implements Serializable

Class com.entrust.toolkit.exceptions.ExtensionException implements Serializable

Class com.entrust.toolkit.exceptions.FormatException implements Serializable

Class com.entrust.toolkit.exceptions.InvalidUserException implements Serializable

Class com.entrust.toolkit.exceptions.LifespanException implements Serializable

Class com.entrust.toolkit.exceptions.NoSuchSignerException implements Serializable

Class com.entrust.toolkit.exceptions.NotARecipientException implements Serializable

Class com.entrust.toolkit.exceptions.NotYetAvailableException implements Serializable

Class com.entrust.toolkit.exceptions.PasswordException implements Serializable

Class com.entrust.toolkit.exceptions.PKCS7Exception implements Serializable

Serialized Fields

m_exception

java.lang.Exception m_exception

Class com.entrust.toolkit.exceptions.PKIXException implements Serializable

Class com.entrust.toolkit.exceptions.ProfileException implements Serializable

Class com.entrust.toolkit.exceptions.PropertyChangeException implements Serializable

Class com.entrust.toolkit.exceptions.RevocationException implements Serializable

Serialized Fields

m_certificate

X509Certificate m_certificate

m_revoked

RevokedCertificate m_revoked

Class com.entrust.toolkit.exceptions.SignatureException implements Serializable

Class com.entrust.toolkit.exceptions.UnknownExtensionException implements Serializable

Class com.entrust.toolkit.exceptions.UnsupportedMessageTypeException implements Serializable

Class com.entrust.toolkit.exceptions.UserBadPasswordException implements Serializable

Class com.entrust.toolkit.exceptions.UserCertificateRevokedException implements Serializable

Class com.entrust.toolkit.exceptions.UserDisabledByCAException implements Serializable

Class com.entrust.toolkit.exceptions.UserEncryptionCertRevokedException implements Serializable

Class com.entrust.toolkit.exceptions.UserException implements Serializable

Class com.entrust.toolkit.exceptions.UserFailureException implements Serializable

Class com.entrust.toolkit.exceptions.UserFatalException implements Serializable

Class com.entrust.toolkit.exceptions.UserIncorrectAddressException implements Serializable

Class com.entrust.toolkit.exceptions.UserMustUsePKIXException implements Serializable

Class com.entrust.toolkit.exceptions.UserNoPolicyCertificateException implements Serializable

Class com.entrust.toolkit.exceptions.UserNotLoggedInException implements Serializable

Class com.entrust.toolkit.exceptions.UserOfflineNotAllowedException implements Serializable

Class com.entrust.toolkit.exceptions.UserPasswordExpiredException implements Serializable

Class com.entrust.toolkit.exceptions.UserProfileCorruptException implements Serializable

Class com.entrust.toolkit.exceptions.UserProfileNotFoundException implements Serializable

Class com.entrust.toolkit.exceptions.UserRetryException implements Serializable


Package com.entrust.toolkit.security.provider

Class com.entrust.toolkit.security.provider.AnsiRandom implements Serializable

Serialized Fields

available

int available

des

Cipher des

desKey

byte[] desKey
The 3DES key used.

state

byte[] state

store

byte[] store

Class com.entrust.toolkit.security.provider.ConfinedKey implements Serializable

Serialized Fields

m_internalConfinedKey

com.entrust.toolkit.security.provider.InternalConfinedKey m_internalConfinedKey

Class com.entrust.toolkit.security.provider.Entrust implements Serializable

Class com.entrust.toolkit.security.provider.EntrustPKCS11 implements Serializable

Class com.entrust.toolkit.security.provider.EntrustPrivateKey implements Serializable

Serialized Fields

m_internalKey

com.entrust.toolkit.security.provider.InternalEntrustPrivateKey m_internalKey


Package com.entrust.toolkit.util

Class com.entrust.toolkit.util.HttpDirectoryServlet implements Serializable

Serialized Fields

m_debug

boolean m_debug

m_directory

LdapDirectory m_directory

Class com.entrust.toolkit.util.HttpManagerServlet implements Serializable

Serialized Fields

m_debug

boolean m_debug

m_managerIP

java.lang.String m_managerIP

m_maximumLifetime

long m_maximumLifetime
discard responses that have expired

m_port

int m_port


Package iaik.asn1

Class iaik.asn1.CodingException implements Serializable


Package iaik.pkcs

Class iaik.pkcs.PKCS7CertList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface. Reads from the ObjectInputStream and decodes the derived ASN.1 Object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface. Transforms this PKCS7CertList into a DER encoded byte array and writes it to the given ObjectOutputStream.
Serialized Fields

signed_data_stream

SignedDataStream signed_data_stream

Class iaik.pkcs.PKCSException implements Serializable

Class iaik.pkcs.PKCSParsingException implements Serializable


Package iaik.pkcs.pkcs10

Class iaik.pkcs.pkcs10.CertificateRequest implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface.
Serialized Fields

attributes

Attribute[] attributes

certificate_request

ASN1 certificate_request

hasToBeSigned

boolean hasToBeSigned

public_key

PublicKey public_key

signature

Signature signature

signature_algorithm

AlgorithmID signature_algorithm

subject

Name subject

version

int version


Package iaik.pkcs.pkcs8

Class iaik.pkcs.pkcs8.EncryptedPrivateKeyInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface. Reads from the ObjectInputStream and decodes the derived ASN.1 Object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface. Transforms this EncryptedPrivateKeyInfo into a DER encoded byte array and writes it to the given ObjectOutputStream.
Serialized Fields

encrypted_private_key_info

ASN1 encrypted_private_key_info

encryption_algorithm

AlgorithmID encryption_algorithm

private_key

PrivateKey private_key

Class iaik.pkcs.pkcs8.PrivateKeyInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
Implements the Serializable interface. Reads from the ObjectInputStream and decodes the derived ASN.1 Object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface. Transforms this PrivateKeyInfo into a DER encoded byte array and writes it to the given ObjectOutputStream.
Serialized Fields

private_key_algorithm

AlgorithmID private_key_algorithm
Identifies the appertaining private-key algorithm.

private_key_info

ASN1 private_key_info

version

int version


Package iaik.security.cipher

Class iaik.security.cipher.PBEKey implements Serializable

Serialized Fields

password

char[] password

Class iaik.security.cipher.PBEKeyBMP implements Serializable

Serialized Fields

password

char[] password

Class iaik.security.cipher.SecretKey implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm
algorithm

secret_key

byte[] secret_key
secret_key


Package iaik.security.dh

Class iaik.security.dh.DHPrivateKey implements Serializable

Serialized Fields

parameters

DHParameterSpec parameters

x

java.math.BigInteger x

Class iaik.security.dh.DHPublicKey implements Serializable

Serialized Fields

parameters

DHParameterSpec parameters

y

java.math.BigInteger y


Package iaik.security.dsa

Class iaik.security.dsa.DSAPrivateKey implements Serializable

Serialized Fields

dsaParams

DSAParams dsaParams

x

java.math.BigInteger x

Class iaik.security.dsa.DSAPublicKey implements Serializable

Serialized Fields

dsaParams

DSAParams dsaParams

y

java.math.BigInteger y


Package iaik.security.md

Class iaik.security.md.Md2 implements Serializable

Serialized Fields

buffer

byte[] buffer

bufferCount

int bufferCount

C

int[] C

digested

int digested

X

int[] X

Class iaik.security.md.Md5 implements Serializable

Serialized Fields

buffer

byte[] buffer

count

long count

state

int[] state

Class iaik.security.md.Md5Old implements Serializable

Serialized Fields

buffer

byte[] buffer

count

long count

state

int[] state

Class iaik.security.md.SHA implements Serializable

Serialized Fields

buffer

byte[] buffer

count

long count

state

int[] state


Package iaik.security.provider

Class iaik.security.provider.IAIK implements Serializable


Package iaik.security.random

Class iaik.security.random.RandomException implements Serializable

Class iaik.security.random.SecRandom implements Serializable

Serialized Fields

initialized

boolean initialized
Set to true at the end of the constructor.

seeded

boolean seeded
Indicates if the SecRandom object has been assigned a seed.


Package iaik.security.rsa

Class iaik.security.rsa.RSAPrivateKey implements Serializable

Serialized Fields

crt_coefficient

java.math.BigInteger crt_coefficient
The multiplic inverse of primeP mod primeQ

modulus

java.math.BigInteger modulus
The modulus of RSAPrivateKey.

prime_exponent_p

java.math.BigInteger prime_exponent_p
The private exponent mod (primeP-1) of RSAPrivateKey.

prime_exponent_q

java.math.BigInteger prime_exponent_q
The private exponent mod (primeQ-1) of RSAPrivateKey.

prime_p

java.math.BigInteger prime_p
The first prime factor of the modulus of RSAPrivateKey.

prime_q

java.math.BigInteger prime_q
The second prime factor of the modulus of RSAPrivateKey.

private_exponent

java.math.BigInteger private_exponent
The private exponent of RSAPrivateKey

public_exponent

java.math.BigInteger public_exponent
The public exponent of RSAPrivateKey.

version

int version
The version of RSAPrivateKey.

Class iaik.security.rsa.RSAPublicKey implements Serializable

Serialized Fields

modulus

java.math.BigInteger modulus
The modulus of the RSA Public Key.

public_exponent

java.math.BigInteger public_exponent
The public exponent of the RSA Private Key.


Package iaik.security.ssl

Class iaik.security.ssl.CipherSuite implements Serializable

Serialized Fields

cipher_algorithm

java.lang.String cipher_algorithm

cipher_suite_name

java.lang.String cipher_suite_name

expanded_key_material

int expanded_key_material

hash_algorithm

java.lang.String hash_algorithm

id

int id

IV_size

int IV_size

key_exchange_algorithm

java.lang.String key_exchange_algorithm

key_material

int key_material

keySizeLimit

int keySizeLimit

Class iaik.security.ssl.CipherSuiteList implements Serializable

Serialized Fields

cipherSuites

java.util.Vector cipherSuites
The vector containing the elements of this list

Class iaik.security.ssl.NullCompression implements Serializable

Class iaik.security.ssl.Session implements Serializable

Serialized Fields

cipher_suite

CipherSuite cipher_suite

compression_method

CompressionMethod compression_method

creation_time

long creation_time

is_resumable

boolean is_resumable

master_secret

byte[] master_secret

peer_certificate

X509Certificate[] peer_certificate

session_id

SessionID session_id

version

int version

version2iv

byte[] version2iv

Class iaik.security.ssl.SessionID implements Serializable

Serialized Fields

sessionId

byte[] sessionId

Class iaik.security.ssl.SSLCertificate implements Serializable

Serialized Fields

certificate_chain

X509Certificate[] certificate_chain
Deprecated. 
A sequence (chain) of X.509.v3 certificates, ordered with the sender's certificate first und the root CA last.

Class iaik.security.ssl.SSLException implements Serializable


Package iaik.utils

Class iaik.utils.Base64Exception implements Serializable

Class iaik.utils.CriticalObject implements Serializable

Serialized Fields

access_key

byte[] access_key

encrypted_object

byte[] encrypted_object

Class iaik.utils.ExtendedProperties implements Serializable

Class iaik.utils.ExtendedProvider implements Serializable

Class iaik.utils.InternalErrorException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class iaik.utils.SmtpException implements Serializable

Class iaik.utils.SSLeayPrivateKey implements Serializable

Serialized Fields

asym_algorithm

java.lang.String asym_algorithm

encrypted

boolean encrypted

iv

byte[] iv

key_data

byte[] key_data

sym_algorithm

java.lang.String sym_algorithm

sym_key_length

int sym_key_length


Package iaik.x509

Class iaik.x509.PublicKeyInfo implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
Implements the Serializable interface. Reads from the ObjectInputStream and decodes the derived ASN.1 Object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface. Transforms this PublicKeyInfo into a DER encoded byte array and writes it to the given ObjectOutputStream.
Serialized Fields

public_key_algorithm

AlgorithmID public_key_algorithm
The algorithm identifier of the public key algorithm belonging to the particular public key implemeting this PublicKeyInfo.

public_key_info

ASN1 public_key_info

Class iaik.x509.SimpleChainVerifier implements Serializable

Serialized Fields

signers

java.util.Hashtable signers
A Hashtable holding the X.509 Certificates of the trusted signers. They are stored mapped to themselves, a hashtable is only used because a lookup is faster than for linear structures like Vectors.

Class iaik.x509.X509Certificate implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface.
Serialized Fields

extensions

X509Extensions extensions

hasToBeSigned

boolean hasToBeSigned

issuer

Name issuer

issuer_unique_ID

java.math.BigInteger issuer_unique_ID

not_after

ChoiceOfTime not_after

not_before

ChoiceOfTime not_before

public_key

PublicKey public_key

serial_number

java.math.BigInteger serial_number

signature

Signature signature

signature_algorithm

AlgorithmID signature_algorithm

subject

Name subject

subject_unique_ID

java.math.BigInteger subject_unique_ID

version

int version

Class iaik.x509.X509ExtensionException implements Serializable

Class iaik.x509.X509ExtensionInitException implements Serializable

Serialized Fields

critical

boolean critical

object_id

ObjectID object_id


Package java.security

Class java.security.BasicPermission implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

Class java.security.CodeSource implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream)
                  throws java.io.IOException
Serialized Fields

location

java.net.URL location

Class java.security.DigestException implements Serializable

Class java.security.GeneralSecurityException implements Serializable

Class java.security.InvalidAlgorithmParameterException implements Serializable

Class java.security.InvalidKeyException implements Serializable

Class java.security.InvalidParameterException implements Serializable

Class java.security.KeyException implements Serializable

Class java.security.KeyPair implements Serializable

Serialized Fields

privateKey

PrivateKey privateKey

publicKey

PublicKey publicKey

Class java.security.KeyStoreException implements Serializable

Class java.security.NoSuchAlgorithmException implements Serializable

Class java.security.NoSuchProviderException implements Serializable

Class java.security.Permission implements Serializable

Serialized Fields

name

java.lang.String name

Class java.security.PermissionCollection implements Serializable

Serialized Fields

readOnly

boolean readOnly

Class java.security.Provider implements Serializable

Serialized Fields

info

java.lang.String info

name

java.lang.String name

version

double version

Class java.security.SecureRandom implements Serializable

Serialized Fields

counter

long counter

digest

MessageDigest digest

provider

Provider provider

randomBytes

byte[] randomBytes

randomBytesUsed

int randomBytesUsed

secureRandomSpi

SecureRandomSpi secureRandomSpi

state

byte[] state

Class java.security.SecureRandomSpi implements Serializable

Class java.security.SignatureException implements Serializable

Class java.security.UnrecoverableKeyException implements Serializable


Package java.security.cert

Class java.security.cert.CertificateEncodingException implements Serializable

Class java.security.cert.CertificateException implements Serializable

Class java.security.cert.CertificateExpiredException implements Serializable

Class java.security.cert.CertificateNotYetValidException implements Serializable

Class java.security.cert.CertificateParsingException implements Serializable

Class java.security.cert.CRLException implements Serializable


Package java.security.spec

Class java.security.spec.InvalidKeySpecException implements Serializable

Class java.security.spec.InvalidParameterSpecException implements Serializable


Package javax.crypto

Class javax.crypto.BadPaddingException implements Serializable

Class javax.crypto.IllegalBlockSizeException implements Serializable

Class javax.crypto.NoSuchPaddingException implements Serializable

Class javax.crypto.SealedObject implements Serializable

Serialized Fields

encrypted

byte[] encrypted

Class javax.crypto.ShortBufferException implements Serializable


Package javax.crypto.spec

Class javax.crypto.spec.SecretKeySpec implements Serializable

Serialized Fields

algorithm

java.lang.String algorithm

key_material

byte[] key_material