com.rsa.certj.provider.pki.cmp

Class CMPPOPGenerationInfoEncryption

java.lang.Object
  |
  +--com.rsa.certj.spi.pki.POPGenerationInfo
        |
        +--com.rsa.certj.provider.pki.cmp.CMPPOPGenerationInfo
              |
              +--com.rsa.certj.provider.pki.cmp.CMPPOPGenerationInfoNonSignature
                    |
                    +--com.rsa.certj.provider.pki.cmp.CMPPOPGenerationInfoEncryption

public final class CMPPOPGenerationInfoEncryption
extends CMPPOPGenerationInfoNonSignature

This class captures Proof-of-Possession generation information for a key encipherment key or a key agreement key.

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


Fields inherited from class com.rsa.certj.provider.pki.cmp.CMPPOPGenerationInfoNonSignature
POP_METHOD_ENCRYPT_CERT
 

Constructor Summary

CMPPOPGenerationInfoEncryption(int method)

Constructs a CMPPOPGenerationInfoEncryptionKey object for a given method.

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPPOPGenerationInfoEncryption

public CMPPOPGenerationInfoEncryption(int method)
                               throws InvalidParameterException
Constructs a CMPPOPGenerationInfoEncryptionKey object for a given method.

Parameters

         method  

An int value indicating the method to use to provide POP for encryption keys. Currently, the value must be CMPPOPGenerationInfoNonSignature.POP_METHOD_ENCRYPT_CERT.



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