|
Bouncy Castle Cryptography 1.46 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.PasswordRecipientInfoGenerator
org.bouncycastle.cms.jcajce.JcePasswordRecipientInfoGenerator
public class JcePasswordRecipientInfoGenerator
| Constructor Summary | |
|---|---|
JcePasswordRecipientInfoGenerator(ASN1ObjectIdentifier kekAlgorithm,
char[] password)
|
|
| Method Summary | |
|---|---|
byte[] |
generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
org.bouncycastle.operator.GenericKey contentEncryptionKey)
|
JcePasswordRecipientInfoGenerator |
setProvider(java.security.Provider provider)
|
JcePasswordRecipientInfoGenerator |
setProvider(java.lang.String providerName)
|
| Methods inherited from class org.bouncycastle.cms.PasswordRecipientInfoGenerator |
|---|
generate, setPasswordConversionScheme, setSaltAndIterationCount, setSecureRandom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcePasswordRecipientInfoGenerator(ASN1ObjectIdentifier kekAlgorithm,
char[] password)
| Method Detail |
|---|
public JcePasswordRecipientInfoGenerator setProvider(java.security.Provider provider)
public JcePasswordRecipientInfoGenerator setProvider(java.lang.String providerName)
public byte[] generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
org.bouncycastle.operator.GenericKey contentEncryptionKey)
throws CMSException
generateEncryptedBytes in class PasswordRecipientInfoGeneratorCMSException
|
Bouncy Castle Cryptography 1.46 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||