Oracle Security Developer Tools S/MIME Java API Reference
10g Release 2 (10.1.2.0.2)

B15567-01


oracle.security.crypto.smime
Interface Smime


public interface Smime

Defines constants required by users of this package.


Field Summary
static AlgorithmIdentifier dES_CBC
          DES in CBC mode Content encryption algorithm.
static AlgorithmIdentifier dES_EDE3_CBC
          Triple-DES in CBC mode Content encryption algorithm.
static AlgorithmIdentifier dsaWithSHA
          DSA Signature algorithm identifier.
static AlgorithmIdentifier dsaWithSHA1
          DSA Signature algorithm identifier, with params omitted (not null) as per RFC-2633.
static AlgorithmIdentifier dsaWithSHA1Old
          Obsolete DSA Signature algorithm identifier.
static ASN1ObjectID id_aa_contentHint
          The ESS Content Hint attribute identifier.
static ASN1ObjectID id_aa_contentIdentifier
          The ESS Content Identifier attribute identifier.
static ASN1ObjectID id_aa_contentReference
          The ESS Content Reference attribute identifier.
static ASN1ObjectID id_aa_equivalentLabels
          The ESS Equivalent Labels attribute identifier.
static ASN1ObjectID id_aa_mlExpandHistory
          The ESS Mailing List Expansion History attribute identifier.
static ASN1ObjectID id_aa_msgSigDigest
          The ESS Message Signature Digest attribute identifier.
static ASN1ObjectID id_aa_receiptRequest
          The ESS Receipt Request attribute identifier.
static ASN1ObjectID id_aa_securityLabel
          The ESS Security Label attribute identifier.
static ASN1ObjectID id_aa_signingCertificate
          The ESS Signing Certificate Attribute identifier.
static AlgorithmIdentifier id_alg_zlibCompress
          The ZLIB Compression algorithm identifier.
static ASN1ObjectID id_ct_receipt
          The ESS Receipt object identifier.
static ASN1ObjectID id_data
          The Smime Data Message Content Type identifier.
static ASN1ObjectID id_envelopedData
          The Smime Enveloped Message Content Type identifier.
static ASN1ObjectID id_signedData
          The Smime Signed Message Content Type identifier.
static AlgorithmIdentifier md5
          MD5 Message Digest algorithm.
static AlgorithmIdentifier rC2_CBC
          RC2 in CBC mode Content encryption algorithm.
static AlgorithmIdentifier rsaEncryption
          RSA digest/key encryption algorithm identifier.
static AlgorithmIdentifier sha_1
          SHA-1 Message Digest algorithm.
static ASN1ObjectID signingTime
          The 'signingTime' signed attribute identifier.
static ASN1ObjectID smimeCapabilities
          The 'smimeCapabilities' signed attribute identifier.

 

Field Detail

signingTime

public static final ASN1ObjectID signingTime
The 'signingTime' signed attribute identifier.

smimeCapabilities

public static final ASN1ObjectID smimeCapabilities
The 'smimeCapabilities' signed attribute identifier.

dES_CBC

public static final AlgorithmIdentifier dES_CBC
DES in CBC mode Content encryption algorithm.

dES_EDE3_CBC

public static final AlgorithmIdentifier dES_EDE3_CBC
Triple-DES in CBC mode Content encryption algorithm.

rC2_CBC

public static final AlgorithmIdentifier rC2_CBC
RC2 in CBC mode Content encryption algorithm.

dsaWithSHA1

public static final AlgorithmIdentifier dsaWithSHA1
DSA Signature algorithm identifier, with params omitted (not null) as per RFC-2633.

dsaWithSHA

public static final AlgorithmIdentifier dsaWithSHA
DSA Signature algorithm identifier.

dsaWithSHA1Old

public static final AlgorithmIdentifier dsaWithSHA1Old
Obsolete DSA Signature algorithm identifier.

rsaEncryption

public static final AlgorithmIdentifier rsaEncryption
RSA digest/key encryption algorithm identifier.

md5

public static final AlgorithmIdentifier md5
MD5 Message Digest algorithm.

sha_1

public static final AlgorithmIdentifier sha_1
SHA-1 Message Digest algorithm.

id_envelopedData

public static final ASN1ObjectID id_envelopedData
The Smime Enveloped Message Content Type identifier.

id_signedData

public static final ASN1ObjectID id_signedData
The Smime Signed Message Content Type identifier.

id_data

public static final ASN1ObjectID id_data
The Smime Data Message Content Type identifier.

id_aa_receiptRequest

public static final ASN1ObjectID id_aa_receiptRequest
The ESS Receipt Request attribute identifier.

id_aa_contentIdentifier

public static final ASN1ObjectID id_aa_contentIdentifier
The ESS Content Identifier attribute identifier.

id_ct_receipt

public static final ASN1ObjectID id_ct_receipt
The ESS Receipt object identifier.

id_aa_contentHint

public static final ASN1ObjectID id_aa_contentHint
The ESS Content Hint attribute identifier.

id_aa_msgSigDigest

public static final ASN1ObjectID id_aa_msgSigDigest
The ESS Message Signature Digest attribute identifier.

id_aa_contentReference

public static final ASN1ObjectID id_aa_contentReference
The ESS Content Reference attribute identifier.

id_aa_securityLabel

public static final ASN1ObjectID id_aa_securityLabel
The ESS Security Label attribute identifier.

id_aa_equivalentLabels

public static final ASN1ObjectID id_aa_equivalentLabels
The ESS Equivalent Labels attribute identifier.

id_aa_mlExpandHistory

public static final ASN1ObjectID id_aa_mlExpandHistory
The ESS Mailing List Expansion History attribute identifier.

id_aa_signingCertificate

public static final ASN1ObjectID id_aa_signingCertificate
The ESS Signing Certificate Attribute identifier.

id_alg_zlibCompress

public static final AlgorithmIdentifier id_alg_zlibCompress
The ZLIB Compression algorithm identifier.

Oracle Security Developer Tools S/MIME Java API Reference
10g Release 2 (10.1.2.0.2)

B15567-01


Copyright © 2005 , Oracle. All rights reserved.