Skip navigation links

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

E10666-03


Package oracle.security.crypto.cmp

PKI Certificate Management Protocols.

See:
          Description

Interface Summary
CMP Defines values needed by users of CMP and CRMF.

 

Class Summary
CAKeyUpdateAnn PKI message body of type CA Key Update Announcement, used when a certificate authority updates its own key pair.
CertAnnouncement PKI message body of type Certificate Announcement.
CertConfirm PKI message body of type Certificate Confirmation.
CertificationRequest PKI message body of type Certification Request.
CertificationResponse PKI message body of type Certification Response.
CertifiedKeyPair Encapsulates a public key certificate and, optionally, an encrypted private key and/or publication information.
CertReqMessages CRMF top-level collection of CertReqMsg structures.
CertReqMsg CRMF certification request.
CertRequest CRMF request for a single certificate.
CertResponse Component of a PKI message body sent in response to a PKI certificate request message.
CertTemplate CRMF certificate request properties template.
Challenge A proof-of-possession challenge for an individual private key.
CMP.OIDRegistrar Mechanism to register, at class load time, CMP-specific OIDs (e.g., extension types) in the OIDManager.
CMPUtils Utility functions for users of this package.
Confirmation PKI message body of type Confirmation for 3-way PKI transaction protocols.
CRLAnnouncement PKI message body of type CRL Announcement.
CrossCertRequest PKI message body of type Cross-Certification Request.
CrossCertResponse PKI message body of type Cross-Certification Response.
EncryptedValue Encrypted content for encrypted key value and encrypted certificate value for CertifiedKeyPair objects.
ErrorMessage PKI message body of type Error Message.
GeneralMessage PKI message body of type General Message.
GeneralResponse PKI message body of type General Response.
InitializationRequest PKI message body of type Initialization Request.
InitializationResponse PKI message body of type Initialization Response.
KeyAgreementPOP CRMF proof-of-possession value for key agreement keys.
KeyEnciphermentPOP CRMF proof-of-possession value for key encipherment keys.
KeyRecoveryRequest PKI message body of type Key Recovery Request.
KeyRecoveryResponse PKI message body of type Key Recovery Response.
KeyUpdateRequest PKI message body of type Key Update Request.
KeyUpdateResponse PKI message body of type Key Update Response.
NestedMessage PKI message body of type Nested Message, containing a sequence of PKIMessage.
PKCS10CertReq PKI message body of type PKCS #10 Certification Request.
PKICertID Data sturcture to identify particular certificates.
PKICertRepMessage PKIMessageBody used for PKI certification responses.
PKICertReqMessages Base class for PKIMessageBody types using the CRMF CertReqMessages structure.
PKIMessage Basic message class for the PKI certificate management protocols.
PKIMessage.Version CMP message protocol version.
PKIMessageBody CMP base class for message bodies.
PKIMessageBody.Type Type of PKIMessageBody.
PKIMessageHeader The header structure for a CMP message.
PKIStatusInfo  
PKIStatusInfo.Failure Represents the set of failure codes which may appear in a PKIStatusInfo instance.
PKIStatusInfo.Status Represents the set of status codes which may appear in a PKIStatusInfo instance.
POPChallenge PKI message body of type POP Challenge.
POPResponse PKI message body of type POP Response.
ProofOfPossession CRMF base class for proof of possession values which are used to prove that an end entity actually has possession of the private key for the certificate being requested.
ProofOfPossession.SubsequentMsg Type of subsequent message to be used for KeyEnciphermentPOP and KeyAgreementPOP.
ProofOfPossession.Type Type of proof-of-possession.
RAVerifiedPOP CRMF proof-of-possession value which indicates that such proof has already been verified by a registration authority.
RevAnnouncement PKI message body of type Revocation Announcement.
RevDetails Specifies details for a revocation request message body.
RevocationRequest PKI message body of type Revocation Request.
RevocationResponse PKI message body of type Revocation Response.
SignaturePOP CRMF proof-of-possession structure of type signature.

 

Exception Summary
CMPException Exception indicating an error in a CMP protocol operation.

 

Package oracle.security.crypto.cmp Description

PKI Certificate Management Protocols.

Includes CRMF (defined in RFC 2511bis) and CMP (defined in RFC 2510bis).


Skip navigation links

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

E10666-03


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