|
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.PBESecretKeyDecryptor
public abstract class PBESecretKeyDecryptor
| Constructor Summary | |
|---|---|
protected |
PBESecretKeyDecryptor(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
|
| Method Summary | |
|---|---|
PGPDigestCalculator |
getChecksumCalculator(int hashAlgorithm)
|
byte[] |
makeKeyFromPassPhrase(int keyAlgorithm,
S2K s2k)
|
abstract byte[] |
recoverKeyData(int encAlgorithm,
byte[] key,
byte[] iv,
byte[] keyData,
int keyOff,
int keyLen)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PBESecretKeyDecryptor(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
| Method Detail |
|---|
public PGPDigestCalculator getChecksumCalculator(int hashAlgorithm)
throws PGPException
PGPException
public byte[] makeKeyFromPassPhrase(int keyAlgorithm,
S2K s2k)
throws PGPException
PGPException
public abstract byte[] recoverKeyData(int encAlgorithm,
byte[] key,
byte[] iv,
byte[] keyData,
int keyOff,
int keyLen)
throws PGPException
PGPException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||