|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.openpgp.operator.PBEDataDecryptorFactory
public abstract class PBEDataDecryptorFactory
| Constructor Summary | |
|---|---|
protected |
PBEDataDecryptorFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
|
| Method Summary | |
|---|---|
byte[] |
makeKeyFromPassPhrase(int keyAlgorithm,
S2K s2k)
|
abstract byte[] |
recoverSessionData(int keyAlgorithm,
byte[] key,
byte[] seckKeyData)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataDecryptorFactory |
|---|
createDataDecryptor |
| Constructor Detail |
|---|
protected PBEDataDecryptorFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
| Method Detail |
|---|
public byte[] makeKeyFromPassPhrase(int keyAlgorithm,
S2K s2k)
throws PGPException
PGPException
public abstract byte[] recoverSessionData(int keyAlgorithm,
byte[] key,
byte[] seckKeyData)
throws PGPException
PGPException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||