Serialized Form
|
Package com.entrust.toolkit.credentials |
m_objectHandle
long m_objectHandle
m_pkcs11LC
PKCS11LibraryConnection m_pkcs11LC
m_session
long m_session
|
Package com.entrust.toolkit.exceptions |
m_exception
java.lang.Exception m_exception
m_exception
java.lang.Exception m_exception
m_certificate
X509Certificate m_certificate
m_revoked
RevokedCertificate m_revoked
|
Package com.entrust.toolkit.security.provider |
available
int available
des
Cipher des
desKey
byte[] desKey
- The 3DES key used.
state
byte[] state
store
byte[] store
m_internalConfinedKey
com.entrust.toolkit.security.provider.InternalConfinedKey m_internalConfinedKey
m_internalKey
com.entrust.toolkit.security.provider.InternalEntrustPrivateKey m_internalKey
|
Package com.entrust.toolkit.util |
m_debug
boolean m_debug
m_directory
LdapDirectory m_directory
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
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.
signed_data_stream
SignedDataStream signed_data_stream
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.
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
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.
encrypted_private_key_info
ASN1 encrypted_private_key_info
encryption_algorithm
AlgorithmID encryption_algorithm
private_key
PrivateKey private_key
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.
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 |
password
char[] password
password
char[] password
algorithm
java.lang.String algorithm
- algorithm
secret_key
byte[] secret_key
- secret_key
parameters
DHParameterSpec parameters
x
java.math.BigInteger x
parameters
DHParameterSpec parameters
y
java.math.BigInteger y
|
Package iaik.security.dsa |
dsaParams
DSAParams dsaParams
x
java.math.BigInteger x
dsaParams
DSAParams dsaParams
y
java.math.BigInteger y
buffer
byte[] buffer
bufferCount
int bufferCount
C
int[] C
digested
int digested
X
int[] X
buffer
byte[] buffer
count
long count
state
int[] state
buffer
byte[] buffer
count
long count
state
int[] state
buffer
byte[] buffer
count
long count
state
int[] state
|
Package iaik.security.provider |
|
Package iaik.security.random |
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 |
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.
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 |
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
cipherSuites
java.util.Vector cipherSuites
- The vector containing the elements of this list
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
sessionId
byte[] sessionId
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.
access_key
byte[] access_key
encrypted_object
byte[] encrypted_object
exception
java.lang.Exception exception
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
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.
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
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.
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.
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
critical
boolean critical
object_id
ObjectID object_id
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
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
location
java.net.URL location
privateKey
PrivateKey privateKey
publicKey
PublicKey publicKey
name
java.lang.String name
readOnly
boolean readOnly
info
java.lang.String info
name
java.lang.String name
version
double version
counter
long counter
digest
MessageDigest digest
provider
Provider provider
randomBytes
byte[] randomBytes
randomBytesUsed
int randomBytesUsed
secureRandomSpi
SecureRandomSpi secureRandomSpi
state
byte[] state
|
Package java.security.cert |
|
Package java.security.spec |
encrypted
byte[] encrypted
|
Package javax.crypto.spec |
algorithm
java.lang.String algorithm
key_material
byte[] key_material