Skip navigation links

Oracle Fusion Middleware CMS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10667-05

A C D E G H I L M O R S T U V W


A

addCertificate(X509Certificate) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Appends the given certificate to the list of certificates which will be included with this signed data object.
addCertificate(X509Certificate) - Method in class oracle.security.crypto.cms.OriginatorInfo
Add a certificate.
addCertificate(Vector) - Method in class oracle.security.crypto.cms.OriginatorInfo
Add a collection of certificates.
addCertificates(Vector) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Appends all of the given certificates to the list of certificates which will be included with this signed data object.
addCRL(CRL) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Appends the given CRL to the list of CRLs which will be included with this signed data object.
addCRL(CRL) - Method in class oracle.security.crypto.cms.OriginatorInfo
Add a CRL.
addCRL(Vector) - Method in class oracle.security.crypto.cms.OriginatorInfo
Add a collection of CRLs.
addCRLs(Vector) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Appends all of the given CRLs to the list of CRLs which will be included with this signed data object.
addPadding(String) - Static method in class oracle.security.crypto.cms.CMSUtils
 
addRecipient(X509Certificate, AlgorithmIdentifier) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Add a recipient.
addRecipient(X509Certificate, AlgorithmIdentifier, boolean) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Add a recipient.
addRecipient(CMSRecipientInfoSpec) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Add a recipient.
addRecipient(AlgorithmIdentifier, SecretKey, byte[], Date, ASN1Sequence) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Add a recipient.
addRecipient(X509Certificate, AlgorithmIdentifier) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Add a recipient.
addRecipient(X509Certificate, AlgorithmIdentifier, boolean) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Add a recipient.
addRecipient(CMSRecipientInfoSpec) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Add a recipient.
addRecipient(AlgorithmIdentifier, SecretKey, byte[], Date, ASN1Sequence) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Add a recipient.
addSignature(AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Add a Signer using the IssuerAndSerialNumber as the SignerIdentifier i.e a Version1 CMSSignerInfo.
addSignature(AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, boolean) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Add a Signer using the SubjectPublicKeyIdentifier as the SignerIdentifier i.e a Version3 CMSSignerInfo.
addSignerInfo(X509Certificate, CMSSignerInfo) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Add a CMSSignerInfo to the list of Signers.
addUnsignedAttribute(Attribute) - Method in class oracle.security.crypto.cms.CMSSignerInfo
Add a unsigned attribute.
available() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
 
available() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
 
available() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
 
available() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
 
available() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
 
available() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
 

C

checkKeyParity(SecretKey, int) - Static method in class oracle.security.crypto.cms.CMSUtils
Check the least significant bit of each key byte for the parity indicated -- 1 for odd parity or 0 for even parity.
close() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
 
close() - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputStream
 
close() - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputStream
 
close() - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
 
close() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
 
close() - Method in class oracle.security.crypto.cms.CMSSignedDataOutputStream
 
CMS - Interface in oracle.security.crypto.cms
Defines various constants needed by users of this package.
CMSAuthenticatedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type authenticated-data.
CMSAuthenticatedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Creates an empty CMSAuthenticatedDataContentInfo.
CMSAuthenticatedDataContentInfo(CMSContentInfo, SecretKey, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Creates a CMSAuthenticatedDataContentInfo.
CMSAuthenticatedDataContentInfo(CMSContentInfo, SecretKey, OriginatorInfo, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Creates a CMSAuthenticatedDataContentInfo.
CMSAuthenticatedDataContentInfo(CMSContentInfo, SecretKey, String, OriginatorInfo, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Creates a CMSAuthenticatedDataContentInfo.
CMSAuthenticatedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Creates a CMSAuthenticatedDataContentInfo by reading a BER encoding from the given input stream.
CMSAuthenticatedDataInputConnector - Class in oracle.security.crypto.cms
A CMSAuthenticatedDataInputConnector is used in place of a CMSAuthenticatedDataInputStream when reading nested CMS objects containing authenticated-data structures.
CMSAuthenticatedDataInputConnector(InputStream, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Creates a CMSAuthenticatedDataInputConnector.
CMSAuthenticatedDataInputConnector(InputStream, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Creates a CMSAuthenticatedDataInputConnector.
CMSAuthenticatedDataInputConnector(CMSInputConnector, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Creates a CMSAuthenticatedDataInputConnector.
CMSAuthenticatedDataInputConnector(CMSInputConnector, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Creates a CMSAuthenticatedDataInputConnector.
CMSAuthenticatedDataInputStream - Class in oracle.security.crypto.cms
A CMSAuthenticatedDataInputStream is used to read authenticated-data CMS objects.
CMSAuthenticatedDataInputStream(InputStream, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Creates a CMSAuthenticatedDataInputStream.
CMSAuthenticatedDataInputStream(CMSInputConnector, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Creates a CMSAuthenticatedDataInputStream.
CMSAuthenticatedDataInputStream(InputStream, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Creates a CMSAuthenticatedDataInputStream.
CMSAuthenticatedDataInputStream(CMSInputConnector, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Creates a CMSAuthenticatedDataInputStream.
CMSAuthenticatedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSAuthenticatedDataOutputConnector is used in place of a CMSAuthenticatedDataOutputStream when constructing nested CMS objects containing authenticated-data structures.
CMSAuthenticatedDataOutputConnector(OutputStream, Vector, AlgorithmIdentifier, ASN1ObjectID, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Creates a CMSAuthenticatedDataOutputConnector.
CMSAuthenticatedDataOutputConnector(OutputStream, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Creates a CMSAuthenticatedDataOutputConnector.
CMSAuthenticatedDataOutputConnector(CMSOutputConnector, Vector, AlgorithmIdentifier, ASN1ObjectID, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Creates a CMSAuthenticatedDataOutputConnector.
CMSAuthenticatedDataOutputConnector(CMSOutputConnector, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Creates a CMSAuthenticatedDataOutputConnector.
CMSAuthenticatedDataOutputStream - Class in oracle.security.crypto.cms
A CMSAuthenticatedDataOutputStream writes its output in the form of a CMS authenticated-data structure, generating the message authentication code in the process.
CMSAuthenticatedDataOutputStream(OutputStream, Vector, AlgorithmIdentifier, ASN1ObjectID, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(OutputStream, Vector, AlgorithmIdentifier, ASN1ObjectID, SecretKey, AlgorithmIdentifier, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(OutputStream, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(OutputStream, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, AlgorithmIdentifier, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(CMSOutputConnector, Vector, AlgorithmIdentifier, ASN1ObjectID, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(CMSOutputConnector, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSAuthenticatedDataOutputStream(CMSOutputConnector, OriginatorInfo, Vector, AlgorithmIdentifier, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, AttributeSet, SecretKey, AlgorithmIdentifier, boolean) - Constructor for class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Creates a CMSAuthenticatedDataOutputStream.
CMSCompressedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type digested-data.
CMSCompressedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Creates an empty CMSCompressed DataContentInfo.
CMSCompressedDataContentInfo(CMSContentInfo, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Creates a CMSCompressed DataContentInfo object by compressing the given CMS object.
CMSCompressedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Creates a CMSCompressed DataContentInfo object, by reading a BER encoding from the specified input stream.
CMSCompressedDataInputConnector - Class in oracle.security.crypto.cms
A CMSCompressedDataInputConnector is used in place of a CMSCompressedDataInputStream when reading nested CMS objects containing compressed-data structures.
CMSCompressedDataInputConnector(InputStream) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataInputConnector
Creates a CMSCompressedDataInputConnector.
CMSCompressedDataInputConnector(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataInputConnector
Creates a CMSCompressedDataInputConnector.
CMSCompressedDataInputStream - Class in oracle.security.crypto.cms
A CMSCompressedDataInputStream is used to read compressed-data CMS objects.
CMSCompressedDataInputStream(InputStream) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataInputStream
Creates a CMSCompressedDataInputStream.
CMSCompressedDataInputStream(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataInputStream
Creates a CMSCompressedDataInputStream.
CMSCompressedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSCompressedDataOutputConnector is used in place of a CMSCompressedDataOutputStream when constructing nested CMS objects containing compressed-data structures.
CMSCompressedDataOutputConnector(OutputStream, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataOutputConnector
Creates a CMSCompressedDataOutputConnector.
CMSCompressedDataOutputConnector(CMSOutputConnector, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataOutputConnector
Creates a CMSCompressedDataOutputConnector.
CMSCompressedDataOutputStream - Class in oracle.security.crypto.cms
A CMSCompressedDataOutputStream writes its output in the form of a CMS digested-data structure, generating the message digest in the process.
CMSCompressedDataOutputStream(OutputStream, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataOutputStream
Creates a CMSCompressedDataOutputStream.
CMSCompressedDataOutputStream(CMSOutputConnector, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSCompressedDataOutputStream
Creates a CMSCompressedDataOutputStream.
CMSContentInfo - Class in oracle.security.crypto.cms
The base class for all CMS objects.
CMSContentInfo(ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSContentInfo
Creates a CMSContentInfo object with the specified content type.
CMSDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type Data.
CMSDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSDataContentInfo
Creates an empty CMSDataContentInfo.
CMSDataContentInfo(byte[]) - Constructor for class oracle.security.crypto.cms.CMSDataContentInfo
Creates a CMSDataContentInfo.
CMSDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSDataContentInfo
Creates a CMSDataContentInfo object by reading a BER encoding from the specified input stream.
CMSDigestedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type digested-data.
CMSDigestedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Creates an empty CMSDigestedDataContentInfo.
CMSDigestedDataContentInfo(CMSContentInfo, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Creates a CMSDigestedDataContentInfo object by computing the message digest of the given CMS object.
CMSDigestedDataContentInfo(CMSContentInfo, AlgorithmIdentifier, byte[]) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Creates a CMSDigestedDataContentInfo object with an already computed digest value.
CMSDigestedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Creates a CMSDigestedDataContentInfo object, by reading a BER encoding from the specified input stream.
CMSDigestedDataInputConnector - Class in oracle.security.crypto.cms
A CMSDigestedDataInputConnector is used in place of a CMSDigestedDataInputStream when reading nested CMS objects containing digested-data structures.
CMSDigestedDataInputConnector(InputStream) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataInputConnector
Creates a CMSDigestedDataInputConnector.
CMSDigestedDataInputConnector(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataInputConnector
Creates a CMSDigestedDataInputConnector.
CMSDigestedDataInputStream - Class in oracle.security.crypto.cms
A CMSDigestedDataInputStream is used to read digested-data CMS objects.
CMSDigestedDataInputStream(InputStream) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataInputStream
Creates a CMSDigestedDataInputStream.
CMSDigestedDataInputStream(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataInputStream
Creates a CMSDigestedDataInputStream.
CMSDigestedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSDigestedDataOutputConnector is used in place of a CMSDigestedDataOutputStream when constructing nested CMS objects containing digested-data structures.
CMSDigestedDataOutputConnector(OutputStream, AlgorithmIdentifier, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputConnector
Creates a CMSDigestedDataOutputConnector.
CMSDigestedDataOutputConnector(CMSOutputConnector, AlgorithmIdentifier, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputConnector
Creates a CMSDigestedDataOutputConnector.
CMSDigestedDataOutputStream - Class in oracle.security.crypto.cms
A CMSDigestedDataOutputStream writes its output in the form of a CMS digested-data structure, generating the message digest in the process.
CMSDigestedDataOutputStream(OutputStream, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Creates a CMSDigestedDataOutputStream.
CMSDigestedDataOutputStream(OutputStream, AlgorithmIdentifier, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Creates a CMSDigestedDataOutputStream.
CMSDigestedDataOutputStream(CMSOutputConnector, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Creates a CMSDigestedDataOutputStream.
CMSDigestedDataOutputStream(CMSOutputConnector, AlgorithmIdentifier, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Creates a CMSDigestedDataOutputStream.
CMSEncryptedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type encrypted-data.
CMSEncryptedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Creates an empty CMSEncryptedDataContentInfo.
CMSEncryptedDataContentInfo(CMSContentInfo, SecretKey, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Creates a CMSEncryptedDataContentInfo.
CMSEncryptedDataContentInfo(CMSContentInfo, SecretKey, AlgorithmIdentifier, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Creates a CMSEncryptedDataContentInfo.
CMSEncryptedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Creates a CMSEncryptedDataContentInfo CMS object, by reading a BER encoding from the specified input stream.
CMSEncryptedDataInputConnector - Class in oracle.security.crypto.cms
A CMSEncryptedDataInputConnector is used in place of a CMSEncryptedDataInputStream when reading nested CMS objects containing encrypted-data structures.
CMSEncryptedDataInputConnector(InputStream, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataInputConnector
Creates a CMSEncryptedDataInputConnector.
CMSEncryptedDataInputConnector(CMSInputConnector, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataInputConnector
Creates a CMSEncryptedDataInputConnector.
CMSEncryptedDataInputStream - Class in oracle.security.crypto.cms
A CMSEncryptedDataInputStream is used to read encrypted-data CMS objects.
CMSEncryptedDataInputStream(InputStream, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Creates a CMSEncryptedDataInputStream.
CMSEncryptedDataInputStream(CMSInputConnector, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Creates a CMSEncryptedDataInputStream.
CMSEncryptedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSEncryptedDataOutputConnector is used in place of a CMSEncryptedDataOutputStream when constructing nested CMS objects containing encrypted-data structures.
CMSEncryptedDataOutputConnector(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputConnector(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputConnector(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputConnector(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputConnector(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputConnector(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Creates a CMSEncryptedDataOutputConnector.
CMSEncryptedDataOutputStream - Class in oracle.security.crypto.cms
A CMSEncryptedDataOutputStream writes its output in the form of a CMS encrypted-data structure, encrypting the data in the process.
CMSEncryptedDataOutputStream(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEncryptedDataOutputStream(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEncryptedDataOutputStream(OutputStream, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEncryptedDataOutputStream(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEncryptedDataOutputStream(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEncryptedDataOutputStream(CMSOutputConnector, SecretKey, AlgorithmIdentifier, ASN1ObjectID, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Creates a CMSEncryptedDataOutputStream.
CMSEnvelopedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type enveloped-data.
CMSEnvelopedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Creates an empty CMSEnvelopedDataContentInfo.
CMSEnvelopedDataContentInfo(CMSContentInfo, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Creates a CMSEnvelopedDataContentInfo.
CMSEnvelopedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Creates a CMSEnvelopedDataContentInfo object, by reading a BER encoding from the specified input stream.
CMSEnvelopedDataInputConnector - Class in oracle.security.crypto.cms
A CMSEnvelopedDataInputConnector is used in place of a CMSEnvelopedDataInputStream when reading nested CMS objects containing enveloped-data structures.
CMSEnvelopedDataInputConnector(InputStream, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputConnector
Creates a CMSEnvelopedDataInputConnector.
CMSEnvelopedDataInputConnector(CMSInputConnector, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputConnector
Creates a CMSEnvelopedDataInputConnector.
CMSEnvelopedDataInputStream - Class in oracle.security.crypto.cms
A CMSEnvelopedDataInputStream is used to read enveloped-data CMS objects.
CMSEnvelopedDataInputStream(InputStream, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Creates a CMSEnvelopedDataInputStream.
CMSEnvelopedDataInputStream(CMSInputConnector, PrivateKey, X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Creates a CMSEnvelopedDataInputStream.
CMSEnvelopedDataInputStream(InputStream, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Creates a CMSEnvelopedDataInputStream.
CMSEnvelopedDataInputStream(CMSInputConnector, SecretKey) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Creates a CMSEnvelopedDataInputStream.
CMSEnvelopedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSEnvelopedDataOutputConnector is used in place of a CMSEnvelopedDataOutputStream when constructing nested CMS objects containing enveloped-data structures.
CMSEnvelopedDataOutputConnector(OutputStream, ASN1ObjectID, AlgorithmIdentifier, Vector) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Creates a CMSEnvelopedDataOutputConnector.
CMSEnvelopedDataOutputConnector(OutputStream, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean, OriginatorInfo, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Creates a CMSEnvelopedDataOutputConnector.
CMSEnvelopedDataOutputConnector(CMSOutputConnector, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Creates a CMSEnvelopedDataOutputConnector.
CMSEnvelopedDataOutputConnector(CMSOutputConnector, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean, OriginatorInfo, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Creates a CMSEnvelopedDataOutputConnector.
CMSEnvelopedDataOutputStream - Class in oracle.security.crypto.cms
A CMSEnvelopedDataOutputStream writes its output in the form of a CMS enveloped-data structure, enveloping the data in the process.
CMSEnvelopedDataOutputStream(OutputStream, AlgorithmIdentifier, Vector) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSEnvelopedDataOutputStream(OutputStream, ASN1ObjectID, AlgorithmIdentifier, Vector) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSEnvelopedDataOutputStream(OutputStream, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSEnvelopedDataOutputStream(OutputStream, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean, OriginatorInfo, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSEnvelopedDataOutputStream(CMSOutputConnector, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSEnvelopedDataOutputStream(CMSOutputConnector, ASN1ObjectID, AlgorithmIdentifier, Vector, boolean, OriginatorInfo, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMSEnvelopedDataOutputStream.
CMSInputConnector - Interface in oracle.security.crypto.cms
A CMSInputConnector is used in place of a CMSInputStream when reading nested CMS objects.
CMSInputStream - Class in oracle.security.crypto.cms
This abstract class is the superclass of all classes that implement an input stream filter for reading CMS Objects.
CMSInputStream(InputStream) - Constructor for class oracle.security.crypto.cms.CMSInputStream
Creates a CMSInputStream.
CMSKEKRecipientInfo - Class in oracle.security.crypto.cms
This class encapsulates recipient information using the symmetric key encryption (wrapping) key exchange mechanism.
CMSKEKRecipientInfo() - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfo
Creates an empty CMSKEKRecipientInfo.
CMSKEKRecipientInfo(byte[], AlgorithmIdentifier, CMSKEKRecipientInfoSpec) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfo
Creates a CMSKEKRecipientInfo.
CMSKEKRecipientInfo(SecretKey, CMSKEKRecipientInfoSpec) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfo
Creates a CMSKEKRecipientInfo.
CMSKEKRecipientInfo(SecretKey, AlgorithmIdentifier, CMSKEKRecipientInfoSpec) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfo
Creates a CMSKEKRecipientInfo.
CMSKEKRecipientInfoSpec - Class in oracle.security.crypto.cms
This class encapsulates a recipient key encipherment (wrapping) key management mechanism information.
CMSKEKRecipientInfoSpec(AlgorithmIdentifier, SecretKey, byte[]) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Creates a CMSKEKRecipientInfoSpec.
CMSKEKRecipientInfoSpec(AlgorithmIdentifier, SecretKey, byte[], Date) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Creates a CMSKEKRecipientInfoSpec.
CMSKEKRecipientInfoSpec(AlgorithmIdentifier, SecretKey, byte[], Date, ASN1Sequence) - Constructor for class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Creates a CMSKEKRecipientInfoSpec.
CMSKeyTransRecipientInfo - Class in oracle.security.crypto.cms
This class encapsulates recipient information using the Key Transport key exchange mechanism.
CMSKeyTransRecipientInfo() - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates an empty CMSKeyTransRecipientInfo.
CMSKeyTransRecipientInfo(SecretKey, PublicKey, IssuerAndSerialNo, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates a CMSKeyTransRecipientInfo.
CMSKeyTransRecipientInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates a CMSKeyTransRecipientInfo by reading the BER encoding from the specified input stream.
CMSKeyTransRecipientInfo(SecretKey, PublicKey, byte[], AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates a CMSKeyTransRecipientInfo.
CMSKeyTransRecipientInfo(byte[], String, PublicKey, IssuerAndSerialNo, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates a CMSKeyTransRecipientInfo.
CMSKeyTransRecipientInfo(byte[], String, PublicKey, byte[], AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Creates a CMSKeyTransRecipientInfo.
CMSKeyTransRecipientInfoSpec - Class in oracle.security.crypto.cms
This class encapsulates a recipient key transport key management mechanism information.
CMSKeyTransRecipientInfoSpec(X509Certificate) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Creates a CMSKeyTransRecipientInfoSpec object.
CMSKeyTransRecipientInfoSpec(X509Certificate, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Create a CMSKeyTransRecipientInfoSpec object.
CMSKeyTransRecipientInfoSpec(X509Certificate, boolean) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Creates a CMSKeyTransRecipientInfoSpec object.
CMSKeyTransRecipientInfoSpec(X509Certificate, AlgorithmIdentifier, boolean) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Creates a CMSKeyTransRecipientInfoSpec object.
CMSKeyTransRecipientInfoSpec(X509Certificate, byte[], AlgorithmIdentifier, PublicKey) - Constructor for class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Create a CMSKeyTransRecipientInfoSpec object.
CMSOutputConnector - Interface in oracle.security.crypto.cms
A CMSOutputConnector is used in place of a CMSOutputStream when constructing nested CMS objects.
CMSOutputStream - Class in oracle.security.crypto.cms
This abstract class is the superclass of all classes that implement an output stream filter for creating CMS Objects.
CMSOutputStream(OutputStream) - Constructor for class oracle.security.crypto.cms.CMSOutputStream
Creates a CMSOutputStream object.
CMSRecipientInfo - Class in oracle.security.crypto.cms
The base class for all CMSRecipientInfo Objects.
CMSRecipientInfo() - Constructor for class oracle.security.crypto.cms.CMSRecipientInfo
Create an empty CMSRecipientInfo.
CMSRecipientInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSRecipientInfo
Create a new CMSRecipientInfo by reading the BER encoding from the specified input stream.
CMSRecipientInfoSpec - Interface in oracle.security.crypto.cms
This interface defines no methods or constants.
CMSSignedDataContentInfo - Class in oracle.security.crypto.cms
This class encapsulates a CMS object of content type signed-data.
CMSSignedDataContentInfo() - Constructor for class oracle.security.crypto.cms.CMSSignedDataContentInfo
Creates an empty CMSSignedDataContentInfo.
CMSSignedDataContentInfo(CMSContentInfo) - Constructor for class oracle.security.crypto.cms.CMSSignedDataContentInfo
Creates a CMSSignedDataContentInfo.
CMSSignedDataContentInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSSignedDataContentInfo
Creates a CMSSignedDataContentInfo object, by reading a BER encoding from the specified input stream.
CMSSignedDataInputConnector - Class in oracle.security.crypto.cms
A CMSSignedDataInputConnector is used in place of a CMSSignedDataInputStream when reading nested CMS objects containing signed-data structures.
CMSSignedDataInputConnector(InputStream) - Constructor for class oracle.security.crypto.cms.CMSSignedDataInputConnector
Creates a CMSSignedDataInputConnector.
CMSSignedDataInputConnector(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSSignedDataInputConnector
Creates a CMSSignedDataInputConnector.
CMSSignedDataInputStream - Class in oracle.security.crypto.cms
A CMSSignedDataInputStream is used to read signed-data CMS objects.
CMSSignedDataInputStream(InputStream) - Constructor for class oracle.security.crypto.cms.CMSSignedDataInputStream
Creates a CMSSignedDataInputStream.
CMSSignedDataInputStream(CMSInputConnector) - Constructor for class oracle.security.crypto.cms.CMSSignedDataInputStream
Creates a CMSSignedDataInputStream.
CMSSignedDataOutputConnector - Class in oracle.security.crypto.cms
A CMSSignedDataOutputConnector is used in place of a CMSSignedDataOutputStream when constructing nested CMS objects containing signed-data structures.
CMSSignedDataOutputConnector(OutputStream, Vector, Vector, Vector, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputConnector
Creates a CMSSignedDataOutputConnector.
CMSSignedDataOutputConnector(CMSOutputConnector, Vector, Vector, Vector, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputConnector
Creates a CMSSignedDataOutputConnector.
CMSSignedDataOutputStream - Class in oracle.security.crypto.cms
A CMSSignedDataOutputStream writes its output in the form of a CMS signed-data structure, signing the data in the process.
CMSSignedDataOutputStream(OutputStream, Vector, Vector, Vector) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputStream
Creates a CMSSignedDataOutputStream.
CMSSignedDataOutputStream(OutputStream, Vector, Vector, Vector, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputStream
Creates a CMSSignedDataOutputStream.
CMSSignedDataOutputStream(OutputStream, Vector, Vector, Vector, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputStream
Creates a CMSSignedDataOutputStream.
CMSSignedDataOutputStream(CMSOutputConnector, Vector, Vector, Vector, ASN1ObjectID) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputStream
Creates a CMSSignedDataOutputStream.
CMSSignedDataOutputStream(CMSOutputConnector, Vector, Vector, Vector, ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignedDataOutputStream
Creates a CMSSignedDataOutputStream.
CMSSignerInfo - Class in oracle.security.crypto.cms
The CMSSignerInfo represents one signature.
CMSSignerInfo(CMSContentInfo, AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSSignerInfo
Creates a CMSSignerInfo object by the computing a signature on the given CMS object together with its attributes.
CMSSignerInfo(X500Name, BigInteger, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, AttributeSet, byte[]) - Constructor for class oracle.security.crypto.cms.CMSSignerInfo
Creates a CMSSignerInfo using an already computed signature.
CMSSignerInfo(X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, AttributeSet, byte[]) - Constructor for class oracle.security.crypto.cms.CMSSignerInfo
Creates a CMSSignerInfo using an already computed signature.
CMSSignerInfo(InputStream) - Constructor for class oracle.security.crypto.cms.CMSSignerInfo
Creates a CMSSignerInfo by reading from the specified input stream.
CMSSignerInfo(CMSContentInfo, AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignerInfo
Creates a CMSSignerInfo using the Subject Key Identifier as the signer identifier.
CMSSignerInfoSpec - Class in oracle.security.crypto.cms
This class encapsulates message signer information.
CMSSignerInfoSpec(AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet) - Constructor for class oracle.security.crypto.cms.CMSSignerInfoSpec
Creates a CMSSignerInfoSpec.
CMSSignerInfoSpec(AttributeSet, PrivateKey, X509Certificate, AlgorithmIdentifier, AlgorithmIdentifier, AttributeSet, boolean) - Constructor for class oracle.security.crypto.cms.CMSSignerInfoSpec
Creates a CMSSignerInfoSpec.
CMSUtils - Class in oracle.security.crypto.cms
Utility functions for users of this package.
CMSUtils() - Constructor for class oracle.security.crypto.cms.CMSUtils
 
compareTo(X509Certificate) - Method in class oracle.security.crypto.cms.ESSCertID
Compare this object with the ESSCertID object created from the given certificate.
compareTo(X509Certificate, X509Certificate) - Method in class oracle.security.crypto.cms.ESSCertID
Compare this object with the ESSCertID object created from the two given certificates.
computeDigest(MessageDigest) - Method in class oracle.security.crypto.cms.CMSContentInfo
Computes the Message Digest of the exposed content.
containsIssuerSerial() - Method in class oracle.security.crypto.cms.ESSCertID
Indicates if the IssuerSerial is present.
contentTypeName(ASN1ObjectID) - Static method in class oracle.security.crypto.cms.CMSContentInfo
Returns the content type of the CMS Object.
convertX509(X509Certificate) - Static method in class oracle.security.crypto.cms.CMSUtils
Converts an X509Certificate object to an X509 object

D

des_ede3_cbc - Static variable in interface oracle.security.crypto.cms.CMS
The Triple-DES Content Encryption in CBC mode Algorithm Identifier (1.2.840.113549.3.7).
dh_public_number - Static variable in interface oracle.security.crypto.cms.CMS
The Diffie-Hellman Public Key Object Identifier (1.2.840.10046.2.1).
dsaWithSHA - Static variable in interface oracle.security.crypto.cms.CMS
The DSA Signature Algorithm Identifier (1.3.14.3.2.13).
dsaWithSHA1Old - Static variable in interface oracle.security.crypto.cms.CMS
The Obsolete DSA Signature Algorithm Identifier (1.3.14.3.2.27).

E

equals(Object) - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSSignerInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class oracle.security.crypto.cms.ESSCertID
Compares this ESSCertID object to the given object.
ESSCertID - Class in oracle.security.crypto.cms
Represents the ESSCertID of a certificate which is used in the Signing Certificate Attribute.
ESSCertID(X509Certificate) - Constructor for class oracle.security.crypto.cms.ESSCertID
Creates a new ESSCertID for the specified certificate.
ESSCertID(X509Certificate, X509Certificate, boolean) - Constructor for class oracle.security.crypto.cms.ESSCertID
Creates a new ESSCertID for the specified certificate.
ESSCertID(InputStream) - Constructor for class oracle.security.crypto.cms.ESSCertID
Creates a new ESSCertID by reading from the input stream.
ESSReceipt - Class in oracle.security.crypto.cms
This class encapulates a CMS object of content type Receipt.
ESSReceipt() - Constructor for class oracle.security.crypto.cms.ESSReceipt
Creates an empty ESSReceipt.
ESSReceipt(ASN1ObjectID, byte[], byte[]) - Constructor for class oracle.security.crypto.cms.ESSReceipt
Creates a ESSReceipt.
ESSReceipt(InputStream) - Constructor for class oracle.security.crypto.cms.ESSReceipt
Creates a ESSReceipt, by reading a BER encoding from the given input stream.

G

generate160BitSPKI() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Generates the 160 bit Subject Public Key Identifier as per RFC 2459 which is a 160 bit SHA-1 hash of the value of the BIT STRING.
generate64BitSPKI() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Generates the 64 bit Subject Public Key Identifier as per RFC 2459 which is 0100 followed by the least significant 60 bits of SHA-1 hash of the value of the BIT STRING.
generateKeyID(PublicKey) - Static method in class oracle.security.crypto.cms.CMSUtils
 
generateSPKI160(X509Certificate) - Static method in class oracle.security.crypto.cms.CMSUtils
Generates a 160 bit Subject Key Identifier as per RFC-2459.
generateSPKI64(X509Certificate) - Static method in class oracle.security.crypto.cms.CMSUtils
Generates a 64 bit Subject Key Identifier as per RFC-2459.
getAccuracyMicroSeconds() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the time stamp accuracy in microseconds.
getAccuracyMilliSeconds() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the time stamp accuracy in milliseconds.
getAccuracySeconds() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the time stamp accuracy in seconds.
getAlgoID(String) - Static method in class oracle.security.crypto.cms.CMSUtils
Algoname to algoId mapping
getAlgoName(AlgorithmIdentifier) - Static method in class oracle.security.crypto.cms.CMSUtils
Algoid to algoname mapping
getAlgoName(AlgorithmIdentifier, boolean) - Static method in class oracle.security.crypto.cms.CMSUtils
Algoid to algoname mapping
getAuthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the Authenticated Attributes.
getAuthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the set of Authenticated Attributes.
getAuthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSSignerInfo.getSignedAttributes()
getAuthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the signed attributes.
getCertHash() - Method in class oracle.security.crypto.cms.ESSCertID
Returns the hash of the certificate represented by this ESSCertID object.
getCertificateRevocationLists() - Method in class oracle.security.crypto.cms.OriginatorInfo
Returns the collection of CRLs.
getCertificates() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the list of certificates included with this signed data object.
getCertificates() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the list of certificates included with this signed data object.
getCertificateSet() - Method in class oracle.security.crypto.cms.OriginatorInfo
Returns the collection of X509 certificates.
getCompressionAlgID() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns the compression algorithm.
getCompressionAlgID() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Returns the message compressed algorithm.
getContentAuthenticationAlgID() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
 
getContentAuthenticationKey(SecretKey) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the encryption key.
getContentAuthenticationKey(PrivateKey) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Derives the content authentication key, by decryption the encrypted key stored in this object with the given key decryption key.
getContentEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the content encryption algorithm.
getContentEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Returns the content encryption algorithm.
getContentEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the content encryption algorithm.
getContentEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Returns the content encryption algorithm.
getContentEncryptionKey(SecretKey) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Derives the content encryption key, by decryption the encrypted key stored in this object with the given key decryption key.
getContentEncryptionKey(PrivateKey) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Derives the content encryption key, by decryption the encrypted key stored in this object with the given key decryption key.
getContentEncryptionKey(PrivateKey, String) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Derives the content encryption key, by decryption the encrypted key stored in this object with the given key decryption key.
getContentType() - Method in class oracle.security.crypto.cms.CMSContentInfo
Returns the content type of the CMS object.
getCRLs() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the list of CRLs included with this signed data object.
getCRLs() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the list of CRLs included with this signed data object.
getData() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Returns the content.
getDigest() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns the message digest value.
getDigest() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Returns the message digest value.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the digest algorithm.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the Digest Algorithm.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns the message digest algorithm.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Returns the message digest algorithm.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the digest algorithm.
getDigestAlgID() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the digest algorithm.
getDigestAlgIDs() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the list of Digest Algorithms.
getDigestEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the signature algorithm.
getDigestEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the signature algorithm.
getEnclosed() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the authenticated content.
getEnclosed() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns the digested content.
getEnclosed() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns the digested content.
getEnclosed(SecretKey) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the decrypted content.
getEnclosed(PrivateKey, X509Certificate) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the enclosed content after decryption.
getEnclosed(SecretKey, byte[]) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the enclosed content after decryption.
getEnclosed(SecretKey, byte[], Date) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the enclosed content after decryption.
getEnclosed(SecretKey, byte[], Date, ASN1Sequence) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the enclosed content after decryption.
getEnclosed() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the document which was signed.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the content type of the enclosed content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Returns the content type of the authenticated content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the content type of the authenticated data.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns the content type of the digested content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputConnector
Returns the content type of the digested data.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Returns the content type of the digested content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns the content type of the digested content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputConnector
Returns the content type of the digested data.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Returns the content type of the digested content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the content type of the Encrypted Content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputConnector
Returns the content type of the encrypted content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Returns the content type of the encrypted content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the content type of the encrypted content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputConnector
Returns the content type of the encrypted content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Returns the content type of the encrypted content.
getEnclosedContentType() - Method in interface oracle.security.crypto.cms.CMSInputConnector
Used to determine the content type of the enclosed content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSInputStream
Returns the content type of the underlying content.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the content type of the document which was signed.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSSignedDataInputConnector
Returns the content type of the signed data.
getEnclosedContentType() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the content type of the signed content.
getEncryptedContent() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the encrypted content.
getEncryptedContent() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the enclosed content which is encrypted.
getEncryptedDigest() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the encrypted digest.
getEncryptedKey() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the encrypted key.
getEncryptedKey() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the encrypted content encryption key.
getExposedContent() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSContentInfo
Returns the contents octets of the DER encoding of the content field of this CMS object.
getExposedContent() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
 
getExposedContent() - Method in class oracle.security.crypto.cms.ESSReceipt
 
getExposedContent() - Method in class oracle.security.crypto.cms.TSTInfo
 
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Retruns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Returns the content type of the data output to the underlying output stream.
getExposedContentType() - Method in interface oracle.security.crypto.cms.CMSOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSSignedDataOutputConnector
Returns the content type of the data that is output to the underlying output stream.
getExposedContentType() - Method in class oracle.security.crypto.cms.CMSSignedDataOutputStream
Returns the content type of the data that is output to the underlying output stream.
getExtensions() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the X509 extensions present in the message.
getGeneralizedTime() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the time when this message was generated.
getGeneralNames() - Method in class oracle.security.crypto.cms.ESSCertID
Returns the list of the General Names of the issuer of the certificate represented by this ESSCertID object.
getIASN() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the IssuerAndSerialNo recipient identifier.
getIASN() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
 
getInputStream() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputConnector
Returns the input stream governing this connector.
getInputStream() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputConnector
Returns the input stream governing this connector.
getInputStream() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputConnector
Returns the input stream governing this connector.
getInputStream() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputConnector
Returns the underlying input stream governing this connector.
getInputStream() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputConnector
Returns the input stream governing this input connector.
getInputStream() - Method in interface oracle.security.crypto.cms.CMSInputConnector
Returns the input stream which is governed by this connector.
getInputStream() - Method in class oracle.security.crypto.cms.CMSSignedDataInputConnector
Returns the input stream governing this connector.
getIssuer() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the issuer of the recipient's certificate.
getIssuer() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns the recipient's certificate's issuer.
getIssuer() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the distinguished name of the CA which issued the signer's certificate.
getIssuer() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the distinguished name of the CA which issued the signer's certificate.
getKeyAlgo() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
This method returns the ContentEncryptionkey's Algorithm.
getKeyDate() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns the key generation date.
getKeyEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the key encryption (wrap) algorithm.
getKeyEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns the key encryption (wrap) algorithm.
getKeyEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the Key Wrapping or Encipherment Algorithm.
getKeyEncryptionAlgID() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns the key transport algorithm.
getKeyIdentifier() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns the key encryption (wrap) key identifier.
getMAC() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the message authentication code.
getMAC() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the MAC.
getMACAlgID() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the MAC algorithm used for authentication.
getMACAlgID() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the MAC Algorithm.
getMessageImprintHashAlgID() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the Message Imprint Digest Algorithm.
getMessageImprintHashMsg() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the Message Imprint Hash Value.
getNonce() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the Nonce.
getOrdering() - Method in class oracle.security.crypto.cms.TSTInfo
 
getOrginatorInfo() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Returns the OriginatorInfo.
getOriginatorInfo() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the Originator Info.
getOriginatorInfo() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the Originator Info.
getOriginatorInfo() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the OriginatorInfo.
getOriginatorSignatureValue() - Method in class oracle.security.crypto.cms.ESSReceipt
Return the signature value of the message that triggered the generation of this receipt.
getOtherKeyAttribute() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns the other key attribute.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputConnector
Returns the output stream governed by this connector.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputConnector
Returns the output stream that is governed by this connector.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputConnector
Returns the output stream that is governed by this connector.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputConnector
Returns the output stream governed by this connector.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputConnector
Returns the underlying output stream.
getOutputStream() - Method in interface oracle.security.crypto.cms.CMSOutputConnector
Returns the output stream governed by this connector.
getOutputStream() - Method in class oracle.security.crypto.cms.CMSSignedDataOutputConnector
Returns the output stream governed by this connector.
getPolicyID() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the TSA's Policy.
getReceiptContentType() - Method in class oracle.security.crypto.cms.ESSReceipt
Returns the content type of the message that triggered the generation of this receipt.
getReceiptData() - Method in class oracle.security.crypto.cms.ESSReceipt
Returns the encoded receipt.
getRecipientInfoSpec() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the CMSKEKRecipientInfoSpec object.
getRecipientKey() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns the recipient's public key.
getSerialNo() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the serial number of the recipient's certificate.
getSerialNo() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns the serial number of the recipient's certificate.
getSerialNo() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the serial number of the signer's certificate.
getSerialNo() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the serial number of the signer's certificate.
getSerialNo() - Method in class oracle.security.crypto.cms.ESSCertID
Returns the serial number of the of the certificate represented by this ESSCertID object.
getSerialNumber() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the version number.
getSigAlgName(String, String) - Static method in class oracle.security.crypto.cms.CMSUtils
 
getSignedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the set of signed attributes.
getSignedContentIdentifier() - Method in class oracle.security.crypto.cms.ESSReceipt
Returns the signed content identifier of the message that triggered the generation of this receipt.
getSignerInfo(X509Certificate) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the CMSSignerInfo corresponding to the Certificate.
getSignerInfo(X509Certificate) - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Return the SignerInfo corresponding to the signer certificate.
getSignerKey() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the signer's private key.
getSPKI() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the Subject Public Key Identifier.
getSPKI() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns the subject public key identifier (SPKI).
getSymmetricKey() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns the key encryption (wrap) key.
getTSA() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the Time Stamp Authority Identification.
getTSTInfoData() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the encoded TSTInfo.
getUnauthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the Unauthenticated Attributes.
getUnauthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the set of Unauthenticated Attributes.
getUnauthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSSignerInfo.getUnsignedAttributes()
getUnauthenticatedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns the unsigned attributes.
getUnprotectedAttribs() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the unprotected attributes.
getUnprotectedAttribs() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Returns the unprotected attributes.
getUnprotectedAttributes() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the Set of Unprotected Attributes.
getUnprotectedAttributes() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Returns the Unprotected Attributes.
getUnsignedAttributes() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns set of the unsigned attributes.
getVersion() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSAuthenticatedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSAuthenticatedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSCompressedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSCompressedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSDigestedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSDigestedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSEncryptedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSEncryptedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSEnvelopedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSEnvelopedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSKEKRecipientInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSKeyTransRecipientInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSRecipientInfo
Returns the Version of the CMSRecipientInfo.
getVersion() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSSignedDataContentInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSSignedDataInputStream.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Deprecated. As of Phaos CMS 2.0.1, replaced by CMSSignerInfo.getVersionNumber()
getVersion() - Method in class oracle.security.crypto.cms.TSTInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Returns the version number of this CMS Object.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Returns the version number of this CMS Object.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Returns the version number of this CMS Object.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Returns the version number of this CMS Object.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns the version number.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the version number of this CMS Object.
getVersionNumber() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the version number.

H

hashCode() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Returns a hash code value for this object.
hashCode() - Method in class oracle.security.crypto.cms.ESSCertID
Returns the hash code of this object.
hmac_SHA_1 - Static variable in interface oracle.security.crypto.cms.CMS
The HMAC with SHA1 Message Authentication Code Algorithm Identifier (1.3.6.1.5.5.8.1.2).

I

id_aa_contentIdentifier - Static variable in interface oracle.security.crypto.cms.CMS
The ESS ContentIdentifier attribute object identifier (1.2.840.113549.1.9.16.2.7).
id_aa_timeStampToken - Static variable in interface oracle.security.crypto.cms.CMS
The SignatureTimeStampToken (TimeStampToken) Attribute Object Identifier (1.2.840.113549.1.9.16.2.14).
id_alg_CMS3DESwrap - Static variable in interface oracle.security.crypto.cms.CMS
The Triple-DES Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.6).
id_alg_CMSRC2wrap - Static variable in interface oracle.security.crypto.cms.CMS
The RC2 Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.7).
id_alg_ESDH - Static variable in interface oracle.security.crypto.cms.CMS
The Ephimeral-Static Diffie-Hellman Key Agreement Algorithm Identifier (1.2.840.113549.1.9.16.3.5).
id_alg_zlibCompress - Static variable in interface oracle.security.crypto.cms.CMS
The ZLIB Compress Algorithm Object Identifier (1.2.840.113549.1.3.86.2.14).
id_cct - Static variable in interface oracle.security.crypto.cms.CMS
The CMC Content Types Object Identifier (1.3.6.1.5.5.7.12).
id_cct_pkiData - Static variable in interface oracle.security.crypto.cms.CMS
The CMC Request Message Content Type Object Identifier (1.3.6.1.5.5.7.12.2).
id_cct_pkiResponse - Static variable in interface oracle.security.crypto.cms.CMS
The CMC Response Message Content Type Object Identifier (1.3.6.1.5.5.7.12.3).
id_contentType - Static variable in interface oracle.security.crypto.cms.CMS
The Content Type Attribute Object Identifier (1.2.840.113549.1.9.3).
id_counterSignature - Static variable in interface oracle.security.crypto.cms.CMS
The Counter Signature Attribute Object Identifier (1.2.840.113549.1.9.6).
id_ct_authData - Static variable in interface oracle.security.crypto.cms.CMS
The Authenticated-Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.2).
id_ct_compressedData - Static variable in interface oracle.security.crypto.cms.CMS
The Compressed Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.9).
id_ct_contentInfo - Static variable in interface oracle.security.crypto.cms.CMS
The ContentInfo Content Type Object Identifier (1.2.840.113549.1.9.16.1.6).
id_ct_receipt - Static variable in interface oracle.security.crypto.cms.CMS
The ESS Receipt Content Type Object Identifier (1.2.840.113549.1.9.16.1.1).
id_ct_TSTInfo - Static variable in interface oracle.security.crypto.cms.CMS
The TSTInfo (TimeStampToken Information) Content Type Object Identifier (1.2.840.113549.1.9.16.1.4).
id_data - Static variable in interface oracle.security.crypto.cms.CMS
The Data Content Type Object Identifier (1.2.840.113549.1.7.1).
id_digestedData - Static variable in interface oracle.security.crypto.cms.CMS
The Digested-Data Content Type Object Identifier (1.2.840.113549.1.7.5).
id_dsa_with_sha_1 - Static variable in interface oracle.security.crypto.cms.CMS
The DSA Signature Algorithm Identifier, with params omitted (not null) as per RFC-2633 (1.2.840.10040.4.3).
id_encryptedData - Static variable in interface oracle.security.crypto.cms.CMS
The Encrypted-Data Content Type Object Identifier (1.2.840.113549.1.7.6).
id_envelopedData - Static variable in interface oracle.security.crypto.cms.CMS
The Enveloped-Data Content Type Object Identifier (1.2.840.113549.1.7.3).
id_messageDigest - Static variable in interface oracle.security.crypto.cms.CMS
The Message Digest Attribute Object Identifier (1.2.840.113549.1.9.4).
id_signedData - Static variable in interface oracle.security.crypto.cms.CMS
The Signed-Data Content Type Object Identifier (1.2.840.113549.1.7.2).
id_signingTime - Static variable in interface oracle.security.crypto.cms.CMS
The Signing Time Attribute Object Identifier (1.2.840.113549.1.9.5).
input(InputStream) - Method in class oracle.security.crypto.cms.CMSContentInfo
Initialize this CMS Object by reading a BER encoding from the specified input stream.
input(InputStream) - Method in class oracle.security.crypto.cms.CMSRecipientInfo
Read the BER encoded CMSRecipientInfo structure from the input stream.
input(InputStream) - Method in class oracle.security.crypto.cms.CMSSignerInfo
Initializes this object by reading the BER encoding of a CMS signed-data structure from the specified input stream.
input(InputStream) - Method in class oracle.security.crypto.cms.ESSCertID
Initialize this object by reading the ESSCertID encoding from the specified input stream.
input(InputStream) - Method in class oracle.security.crypto.cms.OriginatorInfo
Initialize this object by reading a BER encoded OriginatorInfo structure from the specified input stream.
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSContentInfo
Initializes this object by reading the Content field of the CMS ContentInfo structure i.e.
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
 
inputContent(InputStream) - Method in class oracle.security.crypto.cms.ESSReceipt
Initialize this object by reading the BER encoding from the specified input stream.
inputContent(InputStream) - Method in class oracle.security.crypto.cms.TSTInfo
Initialize this object by reading the BER encoding from the specified input stream.
inputInstance(InputStream) - Static method in class oracle.security.crypto.cms.CMSContentInfo
Creates a CMSContentInfo object by reading a BER encoding from the given input stream.
inputInstance(InputStream) - Static method in class oracle.security.crypto.cms.CMSRecipientInfo
Create and intialize a CMSRecipientInfo by reading the BER encoding from the specified input stream.
inputRecipientInfo(InputStream) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
 
inputRecipientInfo(InputStream) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
 
inputRecipientInfo(InputStream) - Method in class oracle.security.crypto.cms.CMSRecipientInfo
Reads the CMSRecipientInfo structure.
isDegenerate() - Method in class oracle.security.crypto.cms.CMSContentInfo
Returns false, except as noted below.
isDegenerate() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Indicates if this object has any signers i.e.
isDetached() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Indicates if this object is detached.
isDetached() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Indicates if this CMS object is detached.
isDetached() - Method in class oracle.security.crypto.cms.CMSContentInfo
This method must be implemented by the subclasses.
isDetached() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Indicates if this object is detached.
isDetached() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Indicates if this CMS object is detached.
isDetached() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Indicate if this is a detached CMS object.
isDetached() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Indicates if the encrypted content is not present.
isDetached() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Indicates if this is a detached CMS object.
isDetached() - Method in class oracle.security.crypto.cms.ESSReceipt
Indicate if this object is detached.
isDetached() - Method in class oracle.security.crypto.cms.TSTInfo
Indicate if this object is detached.
isExternalSignature() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Checks for the presence of external signatures.
isSPKI() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Checks if the subject key identifier (SPKI) is being used as the signer identifier.
isSPKI() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Checks if Subject Public Key Identifier is being used as the signer identifier.
isSPKI64() - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
 

L

length() - Method in class oracle.security.crypto.cms.CMSContentInfo
Returns the length of this object's encoding.
length() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns the length of this object's encoding.
length() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Returns the length of this object's encoding.
length() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Returns the length of this object's encoding.
length() - Method in class oracle.security.crypto.cms.ESSCertID
Returns the length of this object's encoding.
length() - Method in class oracle.security.crypto.cms.OriginatorInfo
Returns the length of this object's encoding.

M

mark(int) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Not supported.
mark(int) - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Not supported.
mark(int) - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Not supported.
mark(int) - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Not supported.
mark(int) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Not supported.
mark(int) - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Not supported.
markSupported() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Always returns false</false>.
markSupported() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Always returns false</false>.
markSupported() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Always returns false</false>.
markSupported() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Always returns false</false>.
markSupported() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Always returns false</false>.
markSupported() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Not Supported.
md5 - Static variable in interface oracle.security.crypto.cms.CMS
The MD5 Digest Algorithm Identifier (1.2.840.113549.2.5).

O

oracle.security.crypto.cms - package oracle.security.crypto.cms
Implements the Cryptographic Message Syntax as specified in RFC-2630.
OriginatorInfo - Class in oracle.security.crypto.cms
Provides information about the message originator.
OriginatorInfo() - Constructor for class oracle.security.crypto.cms.OriginatorInfo
Creates an empty OriginatorInfo.
OriginatorInfo(Vector, Vector) - Constructor for class oracle.security.crypto.cms.OriginatorInfo
Creates a OriginatorInfo using the specified Certificates and CRLs.
OriginatorInfo(InputStream) - Constructor for class oracle.security.crypto.cms.OriginatorInfo
Creates a OriginatorInfo by reading the BER encoding from the specified input stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.CMSContentInfo
Outputs this object to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Write this object's encoding to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Output this object's encoding to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.CMSSignerInfo
Output this object's encoding to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.ESSCertID
Output this object's encoding to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.cms.OriginatorInfo
Output this object's encoding to the specified output stream.

R

rc2_cbc - Static variable in interface oracle.security.crypto.cms.CMS
The RC2 Content Encryption Algorithm in CBC mode Algorithm Identifier (1.2.840.113549.3.2).
read() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
 
read() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
 
read() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
 
read() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
 
read() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
 
read() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
 
read(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
 
recipients() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the list of message recipients.
recipients() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns the list of message recipients.
reset() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Not supported.
reset() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Not supported.
reset() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Not supported.
reset() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Not supported.
reset() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Not supported.
reset() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Not supported.
rsaEncryption - Static variable in interface oracle.security.crypto.cms.CMS
The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).

S

setAuthenticatedAttributes(AttributeSet, AlgorithmIdentifier) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Set the Authenticated attributes.
setEnclosed(CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Sets the authenticated content.
setEnclosed(CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Set the encapsulated content i.e.
setEnclosed(CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Set the encapsulated content i.e.
setEnclosed(byte[]) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Sets the encrypted content.
setEnclosed(byte[]) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Sets the Encrypted Content.
setEnclosed(CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Sets the content which was signed.
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSContentInfo
Returns the contents octets of the DER encoding of the content field of this CMS object.
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.ESSReceipt
 
setExposedContent(byte[]) - Method in class oracle.security.crypto.cms.TSTInfo
 
setKeyDate(Date) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Sets the key generation date.
setKeyIdentifier(byte[]) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Sets the key encryption (wrap) key identifier.
setKeyParity(SecretKey, int) - Static method in class oracle.security.crypto.cms.CMSUtils
Set the least significant bit of each key byte so that it has the parity indicated -- 1 for odd parity or 0 for even parity.
setOriginatorInfo(OriginatorInfo) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Set the OriginatorInfo.
setOriginatorInfo(OriginatorInfo) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Sets the OriginatorInfo.
setOtherKeyAttribute(ASN1Sequence) - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfoSpec
Set the other key attribute.
setUnauthenticatedAttributes(AttributeSet) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Set the unauthenticated attributes.
setUnprotectedAttribs(AttributeSet) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Set the unprotected attributes.
setUnprotectedAttributes(AttributeSet) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Sets the Unprotected Attributes.
sha_1 - Static variable in interface oracle.security.crypto.cms.CMS
The SHA-1 Digest Algorithm Identifier (1.3.14.3.2.26).
signers() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Return the signatures on this signed data object, in the form of an enumeration, each element of which is an instance of CMSSignerInfo.
signers() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Returns the enumeration of message signers.
skip(long) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Not supported.
skip(long) - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
 
skip(long) - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
 
skip(long) - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
 
skip(long) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
 
skip(long) - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Not supported.

T

terminate() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Finish reading the authenticated-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
Finish writing the authenticated-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSCompressedDataInputStream
Finish reading the digested-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputStream
Finish writing the CMS compressed-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Finish reading the digested-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputStream
Finish writing the CMS digested-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSEncryptedDataInputStream
Finish reading the encrypted-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
Finish writing the encrypted-data structure to the underlying output stream.
terminate() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataInputStream
Finish reading the enveloped-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
Finish writing the enveloped-data structure.
terminate() - Method in class oracle.security.crypto.cms.CMSInputStream
Ensures that the CMS Object in the input stream has been completely read.
terminate() - Method in class oracle.security.crypto.cms.CMSOutputStream
Ensures that the CMS Object has been written completely.
terminate() - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
 
terminate() - Method in class oracle.security.crypto.cms.CMSSignedDataOutputStream
Finish writing the signed-data structure.
toJCECertVector(Vector) - Static method in class oracle.security.crypto.cms.CMSUtils
 
toJCEPublicKey(PublicKey) - Static method in class oracle.security.crypto.cms.CMSUtils
 
toString() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSKEKRecipientInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
A brief textual description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.CMSSignerInfo
Print some information about this object.
toString() - Method in class oracle.security.crypto.cms.ESSCertID
Returns information about this object.
toString() - Method in class oracle.security.crypto.cms.ESSReceipt
Returns a brief text description of this object.
toString() - Method in class oracle.security.crypto.cms.TSTInfo
Returns a brief text description of this object.
toX509JCECertificate(X509) - Static method in class oracle.security.crypto.cms.CMSUtils
 
toX509Vector(Vector) - Static method in class oracle.security.crypto.cms.CMSUtils
Converts a Vector of X509Certificate Objects to a Vector of X509 objects
TSTInfo - Class in oracle.security.crypto.cms
This class encapulates a CMS object of content type TimeStampTokenInfo.
TSTInfo() - Constructor for class oracle.security.crypto.cms.TSTInfo
Creates an empty TSTInfo.
TSTInfo(ASN1ObjectID, AlgorithmIdentifier, ASN1OctetString, ASN1Integer, Date, boolean) - Constructor for class oracle.security.crypto.cms.TSTInfo
Creates a TSTInfo.
TSTInfo(ASN1ObjectID, AlgorithmIdentifier, ASN1OctetString, ASN1Integer, Date, ASN1Integer, ASN1Integer, ASN1Integer, boolean, ASN1Integer, GeneralName, Vector) - Constructor for class oracle.security.crypto.cms.TSTInfo
Creates a TSTInfo.
TSTInfo(InputStream) - Constructor for class oracle.security.crypto.cms.TSTInfo
Creates a TSTInfo, by reading a BER encoding from the given input stream.

U

UnknownRecipientException - Exception in oracle.security.crypto.cms
Signals that the recipient of the message could not be found.
UnknownRecipientException() - Constructor for exception oracle.security.crypto.cms.UnknownRecipientException
Creates a UnknownRecipientException with no detail message.
UnknownRecipientException(String) - Constructor for exception oracle.security.crypto.cms.UnknownRecipientException
Creates a UnknownRecipientException with the specified detail message.
UnknownSignerException - Exception in oracle.security.crypto.cms
Signals that the signer of the message could not be found.
UnknownSignerException() - Constructor for exception oracle.security.crypto.cms.UnknownSignerException
Creates a UnknownSignerException with no detail message.
UnknownSignerException(String) - Constructor for exception oracle.security.crypto.cms.UnknownSignerException
Creates a UnknownSignerException with the specified detail message.
update() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.ESSReceipt
Clears the internal output cache.
update() - Method in class oracle.security.crypto.cms.TSTInfo
Clears the internal output cache.
useSPKI64() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfo
Indicated if SPKI is being used as the Recipient Identifier.
useSPKI64() - Method in class oracle.security.crypto.cms.CMSKeyTransRecipientInfoSpec
Indicates if Subject Public Key Identifier (SPKI) is being used for the recipient identification.
useSPKI64(boolean) - Method in class oracle.security.crypto.cms.CMSSignerInfoSpec
Specifies if the 64 bit Subject Public Key Identifier is to be used.

V

verify() - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Verify the Message Digest.
verify() - Method in class oracle.security.crypto.cms.CMSDigestedDataInputStream
Verify the Message Digest.
verify(CertificateTrustPolicy) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns normally if this CMS signed data object contains at least one valid signature, according to the given trust policy; otherwise throws an AuthenticationException.
verify(CertificateTrustPolicy, CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns normally if this CMS signed data object contains at least one valid signature, according to the given trust policy; otherwise throws an AuthenticationException.
verifyMAC(PrivateKey, X509Certificate) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the enclosed content after decryption.
verifyMAC(SecretKey, byte[]) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the enclosed content after decryption.
verifyMAC(SecretKey, byte[], Date) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the enclosed content after decryption.
verifyMAC(SecretKey, byte[], Date, ASN1Sequence) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Returns the enclosed content after decryption.
verifyMAC() - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataInputStream
Verify the Message Authentication Code.
verifySignature(X509Certificate) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns successfully if this CMS signed data object contains a signature which is validated by the given certificate; otherwise throws an AuthenticationException.
verifySignature(X509Certificate, CMSContentInfo) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Returns successfully if this CMS signed data object contains a signature which is validated by the given certificate and data; otherwise throws an AuthenticationException.
verifySignature(X509Certificate) - Method in class oracle.security.crypto.cms.CMSSignedDataInputStream
Verify the Signature.
verifySignature(CMSContentInfo, PublicKey) - Method in class oracle.security.crypto.cms.CMSSignerInfo
Verifies that this signature matches the given document.

W

write(int) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataOutputStream
 
write(int) - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSCompressedDataOutputStream
 
write(int) - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSDigestedDataOutputStream
 
write(int) - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSEncryptedDataOutputStream
 
write(int) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataOutputStream
 
write(int) - Method in class oracle.security.crypto.cms.CMSSignedDataOutputStream
 
write(byte[], int, int) - Method in class oracle.security.crypto.cms.CMSSignedDataOutputStream
 
writeDetached(boolean) - Method in class oracle.security.crypto.cms.CMSAuthenticatedDataContentInfo
Indicate if the CMS Object that is being authenticated should be omitted while generating this object's encoding.
writeDetached(boolean) - Method in class oracle.security.crypto.cms.CMSCompressedDataContentInfo
Indicate if the CMS Object that is being digested should be omitted when creating the CMSCompressed DataContentInfo object.
writeDetached(boolean) - Method in class oracle.security.crypto.cms.CMSDigestedDataContentInfo
Indicate if the CMS Object that is being digested should be omitted when creating the CMSDigestedDataContentInfo object.
writeDetached(boolean) - Method in class oracle.security.crypto.cms.CMSEncryptedDataContentInfo
Indicate if the encryptedContent will be a part of the EncryptedContentInfo structure in this object's output encoding.
writeDetached(boolean) - Method in class oracle.security.crypto.cms.CMSEnvelopedDataContentInfo
Indicate if the encrypted content must be omitted from this object's output encoding.
writeExternalSignature(boolean) - Method in class oracle.security.crypto.cms.CMSSignedDataContentInfo
Indicates if an external signature must be created.

A C D E G H I L M O R S T U V W

Oracle Fusion Middleware CMS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10667-05


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