Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.jcajce |
Modifier and Type | Interface and Description |
---|---|
interface |
KEKRecipient |
interface |
KeyAgreeRecipient |
interface |
KeyTransRecipient |
interface |
PasswordRecipient |
Modifier and Type | Method and Description |
---|---|
byte[] |
RecipientInformation.getContent(Recipient recipient)
Return the decrypted/encapsulated content in the EnvelopedData after recovering the content
encryption/MAC key using the passed in Recipient.
|
CMSTypedStream |
RecipientInformation.getContentStream(Recipient recipient)
Return a CMSTypedStream representing the content in the EnvelopedData after recovering the content
encryption/MAC key using the passed in Recipient.
|
protected abstract RecipientOperator |
RecipientInformation.getRecipientOperator(Recipient recipient) |
protected RecipientOperator |
PasswordRecipientInformation.getRecipientOperator(Recipient recipient) |
protected RecipientOperator |
KeyTransRecipientInformation.getRecipientOperator(Recipient recipient) |
protected RecipientOperator |
KeyAgreeRecipientInformation.getRecipientOperator(Recipient recipient) |
protected RecipientOperator |
KEKRecipientInformation.getRecipientOperator(Recipient recipient) |
Modifier and Type | Class and Description |
---|---|
class |
JceKEKAuthenticatedRecipient
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
|
class |
JceKEKEnvelopedRecipient |
class |
JceKEKRecipient |
class |
JceKeyAgreeAuthenticatedRecipient |
class |
JceKeyAgreeEnvelopedRecipient |
class |
JceKeyAgreeRecipient |
class |
JceKeyTransAuthenticatedRecipient
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
|
class |
JceKeyTransEnvelopedRecipient |
class |
JceKeyTransRecipient |
class |
JcePasswordAuthenticatedRecipient |
class |
JcePasswordEnvelopedRecipient |
class |
JcePasswordRecipient
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password.
|
Copyright © 2015. All rights reserved.