|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.jcajce.JcaCFBSecretKeyEncryptorFactory
Constructor Summary | |
JcaCFBSecretKeyEncryptorFactory(int symmetricKeyAlgorithm,
int iterationCount)
|
Method Summary | |
PBESecretKeyEncryptor |
build(char[] passphrase,
PublicKeyPacket pubKeyPacket)
Build a new PBESecretKeyEncryptor instance from the given passphrase and public key packet. |
JcaCFBSecretKeyEncryptorFactory |
setProvider(java.security.Provider provider)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JcaCFBSecretKeyEncryptorFactory(int symmetricKeyAlgorithm, int iterationCount) throws PGPException
Method Detail |
public JcaCFBSecretKeyEncryptorFactory setProvider(java.security.Provider provider) throws PGPException
PGPException
public PBESecretKeyEncryptor build(char[] passphrase, PublicKeyPacket pubKeyPacket)
PBESecretKeyEncryptorFactory
PBESecretKeyEncryptor
instance from the given passphrase and public key packet.
build
in interface PBESecretKeyEncryptorFactory
passphrase
- passphrasepubKeyPacket
- public-key packet of the key to protect (needed for AEAD)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |