org.bouncycastle.openpgp
Class OpenedPGPKeyData
java.lang.Object
|
+--org.bouncycastle.openpgp.OpenedPGPKeyData
- public class OpenedPGPKeyData
- extends java.lang.Object
Wraps PGP key headers and pgp key SExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenedPGPKeyData
public OpenedPGPKeyData(java.util.List headerList,
SExpression keyExpression)
getHeaderList
public java.util.List getHeaderList()
getKeyExpression
public SExpression getKeyExpression()
builder
public static OpenedPGPKeyData.Builder builder()
getKeyType
public java.lang.String getKeyType()
getKeyData
public ExtendedPGPSecretKey getKeyData(PGPPublicKey publicKey,
PGPDigestCalculatorProvider digestCalculatorProvider,
PBEProtectionRemoverFactory keyProtectionRemoverFactory,
KeyFingerPrintCalculator fingerPrintCalculator,
int maxDepth)
throws PGPException,
java.io.IOException