com.rsa.certj.spi.pki

Class POPGenerationInfo

java.lang.Object
  |
  +--com.rsa.certj.spi.pki.POPGenerationInfo
Direct Known Subclasses:
com.rsa.certj.provider.pki.cmp.CMPPOPGenerationInfo

public abstract class POPGenerationInfo
extends Object

This class captures proof-of-possession (POP) generation information for a signature, key-agreement, or encryption private key. A POP, such as a signature generated by the private key, means showing proof that a particular entity is the valid owner of a particular private key. The popType field value of the corresponding PKIRequestMessage class determines which subclass of this class is used. Subclasses of this class are used when generating a POP.

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


Constructor Summary

POPGenerationInfo()

 

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

Constructor Detail

POPGenerationInfo

public POPGenerationInfo()


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