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