public class OpenedPGPKeyData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenedPGPKeyData.Builder |
| Constructor and Description |
|---|
OpenedPGPKeyData(java.util.List headerList,
org.bouncycastle.gpg.SExpression keyExpression) |
| Modifier and Type | Method and Description |
|---|---|
static OpenedPGPKeyData.Builder |
builder() |
java.util.List |
getHeaderList() |
ExtendedPGPSecretKey |
getKeyData(PGPPublicKey publicKey,
PGPDigestCalculatorProvider digestCalculatorProvider,
PBEProtectionRemoverFactory keyProtectionRemoverFactory,
KeyFingerPrintCalculator fingerPrintCalculator,
int maxDepth) |
org.bouncycastle.gpg.SExpression |
getKeyExpression() |
java.lang.String |
getKeyType() |
public OpenedPGPKeyData(java.util.List headerList,
org.bouncycastle.gpg.SExpression keyExpression)
public java.util.List getHeaderList()
public org.bouncycastle.gpg.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
PGPExceptionjava.io.IOException