Bouncy Castle Cryptography 1.19

org.bouncycastle.cms
Class RecipientInformation

java.lang.Object
  |
  +--org.bouncycastle.cms.RecipientInformation
Direct Known Subclasses:
KEKRecipientInformation, KeyTransRecipientInformation

public abstract class RecipientInformation
extends java.lang.Object


Field Summary
protected  RecipientId rid
           
 
Constructor Summary
RecipientInformation()
           
 
Method Summary
abstract  byte[] getContent(java.security.Key key, java.lang.String provider)
           
 RecipientId getRID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rid

protected RecipientId rid
Constructor Detail

RecipientInformation

public RecipientInformation()
Method Detail

getRID

public RecipientId getRID()

getContent

public abstract byte[] getContent(java.security.Key key,
                                  java.lang.String provider)
                           throws CMSException,
                                  java.security.NoSuchProviderException
CMSException
java.security.NoSuchProviderException

Bouncy Castle Cryptography 1.19