Oracle Security Developer Tools CMS Java API Reference
10g Release 2 (10.1.2.0.2)

B15564-01


oracle.security.crypto.cms
Interface CMS


public interface CMS

Defines various constants needed by users of this package.


Field Summary
static AlgorithmIdentifier des_ede3_cbc
          The Triple-DES Content Encryption in CBC mode Algorithm Identifier (1.2.840.113549.3.7).
static AlgorithmIdentifier dh_public_number
          The Diffie-Hellman Public Key Object Identifier (1.2.840.10046.2.1).
static AlgorithmIdentifier dsaWithSHA
          The DSA Signature Algorithm Identifier (1.3.14.3.2.13).
static AlgorithmIdentifier dsaWithSHA1Old
          The Obsolete DSA Signature Algorithm Identifier (1.3.14.3.2.27).
static AlgorithmIdentifier hmac_SHA_1
          The HMAC with SHA1 Message Authentication Code Algorithm Identifier (1.3.6.1.5.5.8.1.2).
static ASN1ObjectID id_aa_contentIdentifier
          The ESS ContentIdentifier attribute object identifier (1.2.840.113549.1.9.16.2.7).
static ASN1ObjectID id_aa_timeStampToken
          The SignatureTimeStampToken (TimeStampToken) Attribute Object Identifier (1.2.840.113549.1.9.16.2.14).
static AlgorithmIdentifier id_alg_CMS3DESwrap
          The Triple-DES Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.6).
static AlgorithmIdentifier id_alg_CMSRC2wrap
          The RC2 Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.7).
static AlgorithmIdentifier id_alg_ESDH
          The Ephimeral-Static Diffie-Hellman Key Agreement Algorithm Identifier (1.2.840.113549.1.9.16.3.5).
static AlgorithmIdentifier id_alg_zlibCompress
          The ZLIB Compress Algorithm Object Identifier (1.2.840.113549.1.3.86.2.14).
static ASN1ObjectID id_contentType
          The Content Type Attribute Object Identifier (1.2.840.113549.1.9.3).
static ASN1ObjectID id_counterSignature
          The Counter Signature Attribute Object Identifier (1.2.840.113549.1.9.6).
static ASN1ObjectID id_ct_authData
          The Authenticated-Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.2).
static ASN1ObjectID id_ct_compressedData
          The Compressed Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.9).
static ASN1ObjectID id_ct_contentInfo
          The ContentInfo Content Type Object Identifier (1.2.840.113549.1.9.16.1.6).
static ASN1ObjectID id_ct_receipt
          The ESS Receipt Content Type Object Identifier (1.2.840.113549.1.9.16.1.1).
static ASN1ObjectID id_ct_TSTInfo
          The TSTInfo (TimeStampToken Information) Content Type Object Identifier (1.2.840.113549.1.9.16.1.4).
static ASN1ObjectID id_data
          The Data Content Type Object Identifier (1.2.840.113549.1.7.1).
static ASN1ObjectID id_digestedData
          The Digested-Data Content Type Object Identifier (1.2.840.113549.1.7.5).
static AlgorithmIdentifier id_dsa_with_sha_1
          The DSA Signature Algorithm Identifier, with params omitted (not null) as per RFC-2633 (1.2.840.10040.4.3).
static ASN1ObjectID id_encryptedData
          The Encrypted-Data Content Type Object Identifier (1.2.840.113549.1.7.6).
static ASN1ObjectID id_envelopedData
          The Enveloped-Data Content Type Object Identifier (1.2.840.113549.1.7.3).
static ASN1ObjectID id_messageDigest
          The Message Digest Attribute Object Identifier (1.2.840.113549.1.9.4).
static ASN1ObjectID id_signedData
          The Signed-Data Content Type Object Identifier (1.2.840.113549.1.7.2).
static ASN1ObjectID id_signingTime
          The Signing Time Attribute Object Identifier (1.2.840.113549.1.9.5).
static AlgorithmIdentifier md5
          The MD5 Digest Algorithm Identifier (1.2.840.113549.2.5).
static AlgorithmIdentifier rc2_cbc
          The RC2 Content Encryption Algorithm in CBC mode Algorithm Identifier (1.2.840.113549.3.2).
static AlgorithmIdentifier rsaEncryption
          The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).
static AlgorithmIdentifier sha_1
          The SHA-1 Digest Algorithm Identifier (1.3.14.3.2.26).

 

Field Detail

id_ct_contentInfo

public static final ASN1ObjectID id_ct_contentInfo
The ContentInfo Content Type Object Identifier (1.2.840.113549.1.9.16.1.6).

id_data

public static final ASN1ObjectID id_data
The Data Content Type Object Identifier (1.2.840.113549.1.7.1).

id_signedData

public static final ASN1ObjectID id_signedData
The Signed-Data Content Type Object Identifier (1.2.840.113549.1.7.2).

id_envelopedData

public static final ASN1ObjectID id_envelopedData
The Enveloped-Data Content Type Object Identifier (1.2.840.113549.1.7.3).

id_digestedData

public static final ASN1ObjectID id_digestedData
The Digested-Data Content Type Object Identifier (1.2.840.113549.1.7.5).

id_encryptedData

public static final ASN1ObjectID id_encryptedData
The Encrypted-Data Content Type Object Identifier (1.2.840.113549.1.7.6).

id_ct_authData

public static final ASN1ObjectID id_ct_authData
The Authenticated-Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.2).

id_contentType

public static final ASN1ObjectID id_contentType
The Content Type Attribute Object Identifier (1.2.840.113549.1.9.3).

id_messageDigest

public static final ASN1ObjectID id_messageDigest
The Message Digest Attribute Object Identifier (1.2.840.113549.1.9.4).

id_signingTime

public static final ASN1ObjectID id_signingTime
The Signing Time Attribute Object Identifier (1.2.840.113549.1.9.5).

id_counterSignature

public static final ASN1ObjectID id_counterSignature
The Counter Signature Attribute Object Identifier (1.2.840.113549.1.9.6).

sha_1

public static final AlgorithmIdentifier sha_1
The SHA-1 Digest Algorithm Identifier (1.3.14.3.2.26).

md5

public static final AlgorithmIdentifier md5
The MD5 Digest Algorithm Identifier (1.2.840.113549.2.5).

id_dsa_with_sha_1

public static final AlgorithmIdentifier id_dsa_with_sha_1
The DSA Signature Algorithm Identifier, with params omitted (not null) as per RFC-2633 (1.2.840.10040.4.3).

dsaWithSHA

public static final AlgorithmIdentifier dsaWithSHA
The DSA Signature Algorithm Identifier (1.3.14.3.2.13).

dsaWithSHA1Old

public static final AlgorithmIdentifier dsaWithSHA1Old
The Obsolete DSA Signature Algorithm Identifier (1.3.14.3.2.27).

rsaEncryption

public static final AlgorithmIdentifier rsaEncryption
The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).

dh_public_number

public static final AlgorithmIdentifier dh_public_number
The Diffie-Hellman Public Key Object Identifier (1.2.840.10046.2.1).

id_alg_ESDH

public static final AlgorithmIdentifier id_alg_ESDH
The Ephimeral-Static Diffie-Hellman Key Agreement Algorithm Identifier (1.2.840.113549.1.9.16.3.5).

id_alg_CMS3DESwrap

public static final AlgorithmIdentifier id_alg_CMS3DESwrap
The Triple-DES Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.6).

id_alg_CMSRC2wrap

public static final AlgorithmIdentifier id_alg_CMSRC2wrap
The RC2 Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.7).

des_ede3_cbc

public static final AlgorithmIdentifier des_ede3_cbc
The Triple-DES Content Encryption in CBC mode Algorithm Identifier (1.2.840.113549.3.7).

rc2_cbc

public static final AlgorithmIdentifier rc2_cbc
The RC2 Content Encryption Algorithm in CBC mode Algorithm Identifier (1.2.840.113549.3.2).

hmac_SHA_1

public static final AlgorithmIdentifier hmac_SHA_1
The HMAC with SHA1 Message Authentication Code Algorithm Identifier (1.3.6.1.5.5.8.1.2).

id_ct_receipt

public static final ASN1ObjectID id_ct_receipt
The ESS Receipt Content Type Object Identifier (1.2.840.113549.1.9.16.1.1).

id_aa_contentIdentifier

public static final ASN1ObjectID id_aa_contentIdentifier
The ESS ContentIdentifier attribute object identifier (1.2.840.113549.1.9.16.2.7).

id_ct_TSTInfo

public static final ASN1ObjectID id_ct_TSTInfo
The TSTInfo (TimeStampToken Information) Content Type Object Identifier (1.2.840.113549.1.9.16.1.4).

id_aa_timeStampToken

public static final ASN1ObjectID id_aa_timeStampToken
The SignatureTimeStampToken (TimeStampToken) Attribute Object Identifier (1.2.840.113549.1.9.16.2.14).

id_ct_compressedData

public static final ASN1ObjectID id_ct_compressedData
The Compressed Data Content Type Object Identifier (1.2.840.113549.1.9.16.1.9).

id_alg_zlibCompress

public static final AlgorithmIdentifier id_alg_zlibCompress
The ZLIB Compress Algorithm Object Identifier (1.2.840.113549.1.3.86.2.14).

Oracle Security Developer Tools CMS Java API Reference
10g Release 2 (10.1.2.0.2)

B15564-01


Copyright © 2005 , Oracle. All rights reserved.