|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.jcajce.JcePBEProtectionRemoverFactory
public class 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
PGPException
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |