Skip navigation links

Oracle Security Developer Tools JCE Java API Reference
11g (11.1.1)

E10697-02


Serialized Form


Package oracle.security.crypto.jce.cert

Class oracle.security.crypto.jce.cert.X509Impl extends java.security.cert.X509Certificate implements Serializable

Serialized Fields

tbsCert

oracle.security.crypto.asn1.ASN1Sequence tbsCert

contents

oracle.security.crypto.asn1.ASN1Sequence contents

sigAlgID

oracle.security.crypto.core.AlgorithmIdentifier sigAlgID

sigBytes

byte[] sigBytes

version

int version

serialNo

java.math.BigInteger serialNo

subject

X500Name subject

subjectID

boolean[] subjectID

pubKey

java.security.PublicKey pubKey

issuer

X500Name issuer

issuerID

boolean[] issuerID

notBeforeDate

java.util.Date notBeforeDate

notAfterDate

java.util.Date notAfterDate

extensions

java.util.Hashtable<K,V> extensions

criticalOIDs

java.util.Set<E> criticalOIDs

nonCriticalOIDs

java.util.Set<E> nonCriticalOIDs

unsupportedCriticalExtension

boolean unsupportedCriticalExtension

basicConstraints

int basicConstraints

keyUsage

boolean[] keyUsage

Package oracle.security.crypto.jce.crypto

Class oracle.security.crypto.jce.crypto.DHPrivateKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

dhPrivateKey

oracle.security.crypto.core.DHPrivateKey dhPrivateKey

Class oracle.security.crypto.jce.crypto.DHPublicKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

dhPublicKey

oracle.security.crypto.core.DHPublicKey dhPublicKey

Class oracle.security.crypto.jce.crypto.DSAPrivateKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

dsaPrivateKey

oracle.security.crypto.core.DSAPrivateKey dsaPrivateKey

Class oracle.security.crypto.jce.crypto.DSAPublicKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

dsaPublicKey

oracle.security.crypto.core.DSAPublicKey dsaPublicKey

Class oracle.security.crypto.jce.crypto.PbeSecretKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

keysize

int keysize

algorithm

java.lang.String algorithm

password

java.lang.String password

pbeAlgID

oracle.security.crypto.core.PBEAlgorithmIdentifier pbeAlgID

Class oracle.security.crypto.jce.crypto.RSAPrivateCrtKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

rsaPrivateKey

oracle.security.crypto.core.RSAPrivateKey rsaPrivateKey

Class oracle.security.crypto.jce.crypto.RSAPrivateKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

rsaPrivateKey

oracle.security.crypto.core.RSAPrivateKey rsaPrivateKey

Class oracle.security.crypto.jce.crypto.RSAPublicKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

rsaPublicKey

oracle.security.crypto.core.RSAPublicKey rsaPublicKey

Class oracle.security.crypto.jce.crypto.SecretKeyImpl extends java.lang.Object implements Serializable

Serialized Fields

symKey

oracle.security.crypto.core.SymmetricKey symKey
These two members exist just so that we can pre-cache the class cast, if it can be done.

algName

java.lang.String algName

format

java.lang.String format

keyIsExportable

boolean keyIsExportable

Package oracle.security.crypto.jce.provider

Class oracle.security.crypto.jce.provider.DSASecureRandomSpi extends PhaosSecureRandomSpi implements Serializable

Class oracle.security.crypto.jce.provider.MD5SecureRandomSpi extends PhaosSecureRandomSpi implements Serializable

Class oracle.security.crypto.jce.provider.OracleJCE extends java.security.Provider implements Serializable

Class oracle.security.crypto.jce.provider.PhaosSecureRandomSpi extends java.security.SecureRandomSpi implements Serializable

Serialized Fields

es

oracle.security.crypto.core.EntropySource es

rbs

oracle.security.crypto.core.RandomBitsSource rbs

seeded

boolean seeded

Class oracle.security.crypto.jce.provider.SHA1SecureRandomSpi extends PhaosSecureRandomSpi implements Serializable

Skip navigation links

Oracle Security Developer Tools JCE Java API Reference
11g (11.1.1)

E10697-02


Copyright © 2005, 2009, Oracle. All rights reserved.