Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


oracle.security.crypto.ocsp
Interface OCSP


public interface OCSP

Defined object ID constants for OCSP.


Nested Class Summary
static class OCSP.OIDRegistrar
           

 

Field Summary
static oracle.security.crypto.core.AlgorithmIdentifier dsaWithSHA
          The DSA Signature Algorithm Identifier (1.3.14.3.2.13).
static oracle.security.crypto.core.AlgorithmIdentifier hmac_SHA_1
          /** The HMAC with SHA1 Message Authentication Code Algorithm Identifier (1.3.6.1.5.5.8.1.2).
static oracle.security.crypto.core.AlgorithmIdentifier id_alg_CMS3DESwrap
          The Triple-DES Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.6).
static oracle.security.crypto.core.AlgorithmIdentifier id_alg_CMSRC2wrap
          The RC2 Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.7).
static oracle.security.crypto.core.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 oracle.security.crypto.asn1.ASN1ObjectID id_kp_OCSPSigning
          Extended key usage certificate extension (RFC 2459) Key Purpose ID for authorized responders.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp
          OCSP OID prefix.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_archive_cutoff
          OCSP response extension for archive cutoff dates.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_basic
          OCSP basic response OID.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_crl
          OCSP response extension for CRL reference.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_nocheck
          Certificate extension to trust authorized responder for lifetime of certificate.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_nonce
          OCSP request/response extension for replay attack protection.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_response
          OCSP request extension for acceptable response types.
static oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_service_locator
          OCSP single request extension for routing OCSP service requests.
static oracle.security.crypto.core.AlgorithmIdentifier md5
          The MD5 Digest Algorithm Identifier (1.2.840.113549.2.5).
static oracle.security.crypto.core.AlgorithmIdentifier rsaEncryption
          The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).
static oracle.security.crypto.core.AlgorithmIdentifier sha_1
           

 

Field Detail

id_pkix_ocsp

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp
OCSP OID prefix.

id_pkix_ocsp_basic

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_basic
OCSP basic response OID.

id_pkix_ocsp_nonce

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_nonce
OCSP request/response extension for replay attack protection.

id_pkix_ocsp_crl

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_crl
OCSP response extension for CRL reference.

id_pkix_ocsp_response

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_response
OCSP request extension for acceptable response types.

id_pkix_ocsp_nocheck

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_nocheck
Certificate extension to trust authorized responder for lifetime of certificate.

id_pkix_ocsp_archive_cutoff

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_archive_cutoff
OCSP response extension for archive cutoff dates.

id_pkix_ocsp_service_locator

static final oracle.security.crypto.asn1.ASN1ObjectID id_pkix_ocsp_service_locator
OCSP single request extension for routing OCSP service requests.

id_kp_OCSPSigning

static final oracle.security.crypto.asn1.ASN1ObjectID id_kp_OCSPSigning
Extended key usage certificate extension (RFC 2459) Key Purpose ID for authorized responders.

sha_1

static final oracle.security.crypto.core.AlgorithmIdentifier sha_1

md5

static final oracle.security.crypto.core.AlgorithmIdentifier md5
The MD5 Digest Algorithm Identifier (1.2.840.113549.2.5).

id_dsa_with_sha_1

static final oracle.security.crypto.core.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

static final oracle.security.crypto.core.AlgorithmIdentifier dsaWithSHA
The DSA Signature Algorithm Identifier (1.3.14.3.2.13).

hmac_SHA_1

static final oracle.security.crypto.core.AlgorithmIdentifier hmac_SHA_1
/** The HMAC with SHA1 Message Authentication Code Algorithm Identifier (1.3.6.1.5.5.8.1.2).

rsaEncryption

static final oracle.security.crypto.core.AlgorithmIdentifier rsaEncryption
The RSA Signature Algorithm Identifier (1.2.840.113549.1.1.1).

id_alg_CMS3DESwrap

static final oracle.security.crypto.core.AlgorithmIdentifier id_alg_CMS3DESwrap
The Triple-DES Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.6).

id_alg_CMSRC2wrap

static final oracle.security.crypto.core.AlgorithmIdentifier id_alg_CMSRC2wrap
The RC2 Key Encryption (Wrap) Algorithm Identifier (1.2.840.113549.1.9.16.3.7).

Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


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