Package org.bouncycastle.openpgp
Class OpenedPGPKeyData
java.lang.Object
org.bouncycastle.openpgp.OpenedPGPKeyData
Wraps PGP key headers and pgp key SExpression
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionOpenedPGPKeyData
(List<PGPExtendedKeyHeader> headerList, SExpression keyExpression) -
Method Summary
Modifier and TypeMethodDescriptionstatic OpenedPGPKeyData.Builder
builder()
getKeyData
(PGPPublicKey publicKey, PGPDigestCalculatorProvider digestCalculatorProvider, PBEProtectionRemoverFactory keyProtectionRemoverFactory, KeyFingerPrintCalculator fingerPrintCalculator, int maxDepth)
-
Constructor Details
-
OpenedPGPKeyData
-
-
Method Details
-
getHeaderList
-
getKeyExpression
-
builder
-
getKeyType
-
getKeyData
public ExtendedPGPSecretKey getKeyData(PGPPublicKey publicKey, PGPDigestCalculatorProvider digestCalculatorProvider, PBEProtectionRemoverFactory keyProtectionRemoverFactory, KeyFingerPrintCalculator fingerPrintCalculator, int maxDepth) throws PGPException, IOException - Throws:
PGPException
IOException
-