com.rsa.certj.provider.pki.cmp

Class CMPCertConfirmMessage

java.lang.Object
  |
  +--com.rsa.certj.spi.pki.PKIMessage
        |
        +--com.rsa.certj.spi.pki.PKIRequestMessage
              |
              +--com.rsa.certj.provider.pki.cmp.CMPRequestCommon
                    |
                    +--com.rsa.certj.provider.pki.cmp.CMPCertConfirmMessage

public final class CMPCertConfirmMessage
extends com.rsa.certj.provider.pki.cmp.CMPRequestCommon

This class holds information about a certificate confirmation message, certConf, being sent to a CMP PKI server. Note: Objects that are passed to a constructor or method of this class, or returned from a method of this class, are shared. No copy is made. It is advisable to make a copy of the object before passing it to a constructor or method of this class or after getting it from a method of this class.

Copyright © RSA Security Inc., 2000-2001. All rights reserved.


Fields inherited from class com.rsa.certj.spi.pki.PKIRequestMessage
PKI_POP_ENCRYPTION, PKI_POP_KEY_AGREE, PKI_POP_RA_VERIFIED, PKI_POP_SIGNATURE
 
Fields inherited from class com.rsa.certj.spi.pki.PKIMessage
WRAP_ENVELOPE, WRAP_ENVELOPE_THEN_SIGN, WRAP_NONE, WRAP_SIGN, WRAP_SIGN_THEN_ENVELOPE
 

Constructor Summary

CMPCertConfirmMessage(CMPCertResponseCommon response, PKIStatusInfo statusInfo)

Constructs a CMPCertConfirmMessage object with the confirmation information given in statusInfo.

 
Methods inherited from class com.rsa.certj.spi.pki.PKIRequestMessage
getCertificateTemplate, getPopType, getRegInfo, setPopType
 
Methods inherited from class com.rsa.certj.spi.pki.PKIMessage
getEncryptionName, getEncryptionParams, getExtraCerts, getExtraCRLs, getFreeText, getMessageTime, getProviderData, getRecipient, getSender, getTransactionID, getVersion, getWrapType, setExtraCerts, setExtraCRLs, setFreeText, setMessageTime, setProviderData, setTransactionID, setVersion, setWrapInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPCertConfirmMessage

public CMPCertConfirmMessage(CMPCertResponseCommon response,
                             PKIStatusInfo statusInfo)
                      throws InvalidParameterException
Constructs a CMPCertConfirmMessage object with the confirmation information given in statusInfo.

Parameters

         response  

A CMPCertResponseCommon object representing the response message for which a certConf message is to be prepared.

         statusInfo  

A PKIStatusInfo object that contains the confirmation information for the certificate returned.

Throws

InvalidParameterException - If any argument is invalid.


RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000