com.rsa.certj.provider.pki.cmp

Class CMPCertRequestCommon

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.CMPCertRequestCommon
Direct Known Subclasses:
CMPCertRequestMessage, CMPInitRequestMessage, CMPKeyUpdateRequestMessage

public abstract class CMPCertRequestCommon
extends com.rsa.certj.provider.pki.cmp.CMPRequestCommon

This class holds information about a CMP CertReqMessages message 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
 

Method Summary

 Certificate

getCertificateTemplate()

Returns the certificate template associated with this object as a Certificate object.

 
Methods inherited from class com.rsa.certj.spi.pki.PKIRequestMessage
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
 

Method Detail

getCertificateTemplate

public Certificate getCertificateTemplate()
Returns the certificate template associated with this object as a Certificate object.

Overrides

getCertificateTemplate in class PKIRequestMessage

Returns

A Certificate that contains selected fields of the certificate to be requested.


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