|
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.OpenedPGPKeyData
Wraps PGP key headers and pgp key SExpression
| Inner Class Summary | |
static class |
OpenedPGPKeyData.Builder
|
| Constructor Summary | |
OpenedPGPKeyData(java.util.List headerList,
SExpression keyExpression)
|
|
| Method Summary | |
static OpenedPGPKeyData.Builder |
builder()
|
java.util.List |
getHeaderList()
|
ExtendedPGPSecretKey |
getKeyData(PGPPublicKey publicKey,
PGPDigestCalculatorProvider digestCalculatorProvider,
PBEProtectionRemoverFactory keyProtectionRemoverFactory,
KeyFingerPrintCalculator fingerPrintCalculator,
int maxDepth)
|
SExpression |
getKeyExpression()
|
java.lang.String |
getKeyType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OpenedPGPKeyData(java.util.List headerList,
SExpression keyExpression)
| Method Detail |
public java.util.List getHeaderList()
public SExpression getKeyExpression()
public static OpenedPGPKeyData.Builder builder()
public java.lang.String getKeyType()
public ExtendedPGPSecretKey getKeyData(PGPPublicKey publicKey,
PGPDigestCalculatorProvider digestCalculatorProvider,
PBEProtectionRemoverFactory keyProtectionRemoverFactory,
KeyFingerPrintCalculator fingerPrintCalculator,
int maxDepth)
throws PGPException,
java.io.IOException
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||