|
Bouncy Castle Cryptography Library 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(org.bouncycastle.asn1.ASN1ObjectIdentifier kekAlgorithm,
char[] password)
|
Method Summary | |
---|---|
byte[] |
generateEncryptedBytes(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
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(org.bouncycastle.asn1.ASN1ObjectIdentifier kekAlgorithm, char[] password)
Method Detail |
---|
public JcePasswordRecipientInfoGenerator setProvider(java.security.Provider provider)
public JcePasswordRecipientInfoGenerator setProvider(java.lang.String providerName)
public byte[] generateEncryptedBytes(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, byte[] derivedKey, GenericKey contentEncryptionKey) throws CMSException
generateEncryptedBytes
in class PasswordRecipientInfoGenerator
CMSException
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |