|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.operator.jcajce.JcePBEProtectionRemoverFactory
Constructor Summary | |
JcePBEProtectionRemoverFactory(char[] passPhrase)
|
|
JcePBEProtectionRemoverFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
|
Method Summary | |
PBESecretKeyDecryptor |
createDecryptor(java.lang.String protection)
|
JcePBEProtectionRemoverFactory |
setProvider(java.security.Provider provider)
|
JcePBEProtectionRemoverFactory |
setProvider(java.lang.String providerName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JcePBEProtectionRemoverFactory(char[] passPhrase)
public JcePBEProtectionRemoverFactory(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
Method Detail |
public JcePBEProtectionRemoverFactory setProvider(java.security.Provider provider)
public JcePBEProtectionRemoverFactory setProvider(java.lang.String providerName)
public PBESecretKeyDecryptor createDecryptor(java.lang.String protection) throws PGPException
createDecryptor
in interface PBEProtectionRemoverFactory
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |