com.rsa.certj.provider.pki.cmp

Class CMPCertResponseCommon

java.lang.Object
  |
  +--com.rsa.certj.spi.pki.PKIMessage
        |
        +--com.rsa.certj.spi.pki.PKIResponseMessage
              |
              +--com.rsa.certj.provider.pki.cmp.CMPResponseCommon
                    |
                    +--com.rsa.certj.provider.pki.cmp.CMPCertResponseCommon
Direct Known Subclasses:
CMPCertResponseMessage, CMPInitResponseMessage, CMPKeyUpdateResponseMessage

public class CMPCertResponseCommon
extends CMPResponseCommon

This class holds information about a CMP CertRepMessage message being received from a CMP PKI server.

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


Fields inherited from class com.rsa.certj.spi.pki.PKIMessage
WRAP_ENVELOPE, WRAP_ENVELOPE_THEN_SIGN, WRAP_NONE, WRAP_SIGN, WRAP_SIGN_THEN_ENVELOPE
 

Method Summary

 PKIPublicationInfo

getPublicationInfo()

Gets the publication information of this object.

 
Methods inherited from class com.rsa.certj.provider.pki.cmp.CMPResponseCommon
getGeneralInfo, getRecipientName, getRecipKID, getRecipNonce, getSenderKID, getSenderName, getSenderNonce
 
Methods inherited from class com.rsa.certj.spi.pki.PKIResponseMessage
getCACerts, getCertificate, getPrivateKey, getRegInfo, getStatusInfo, setCACerts, setCertificate, setPrivateKey, setRegInfo
 
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
 

Method Detail

getPublicationInfo

public PKIPublicationInfo getPublicationInfo()
Gets the publication information of this object.

Returns

A PKIPublicationInfo object of this object.


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