public class ExtendedPGPSecretKey extends PGPSecretKey
| Constructor and Description |
|---|
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
int certificationLevel,
PGPKeyPair keyPair,
java.lang.String id,
PGPDigestCalculator checksumCalculator,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor) |
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
int certificationLevel,
PGPKeyPair keyPair,
java.lang.String id,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor) |
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPKeyPair masterKeyPair,
PGPKeyPair keyPair,
PGPDigestCalculator checksumCalculator,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor) |
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPKeyPair masterKeyPair,
PGPKeyPair keyPair,
PGPDigestCalculator checksumCalculator,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor) |
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPPrivateKey privKey,
PGPPublicKey pubKey,
PGPDigestCalculator checksumCalculator,
boolean isMasterKey,
PBESecretKeyEncryptor keyEncryptor) |
ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
SecretKeyPacket secret,
PGPPublicKey pub) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAttributes() |
java.util.List |
getHeaders() |
copyWithNewPassword, copyWithNewPassword, encode, extractKeyPair, extractPrivateKey, getEncoded, getKeyEncryptionAlgorithm, getKeyID, getPublicKey, getS2K, getS2KUsage, getUserAttributes, getUserIDs, isMasterKey, isPrivateKeyEmpty, isSigningKey, parseSecretKeyFromSExpr, parseSecretKeyFromSExpr, replacePublicKeypublic ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
SecretKeyPacket secret,
PGPPublicKey pub)
public ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPPrivateKey privKey,
PGPPublicKey pubKey,
PGPDigestCalculator checksumCalculator,
boolean isMasterKey,
PBESecretKeyEncryptor keyEncryptor)
throws PGPException
PGPExceptionpublic ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
int certificationLevel,
PGPKeyPair keyPair,
java.lang.String id,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor)
throws PGPException
PGPExceptionpublic ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPKeyPair masterKeyPair,
PGPKeyPair keyPair,
PGPDigestCalculator checksumCalculator,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor)
throws PGPException
PGPExceptionpublic ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
PGPKeyPair masterKeyPair,
PGPKeyPair keyPair,
PGPDigestCalculator checksumCalculator,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor)
throws PGPException
PGPExceptionpublic ExtendedPGPSecretKey(java.util.List headerList,
java.util.List attributes,
int certificationLevel,
PGPKeyPair keyPair,
java.lang.String id,
PGPDigestCalculator checksumCalculator,
PGPSignatureSubpacketVector hashedPcks,
PGPSignatureSubpacketVector unhashedPcks,
PGPContentSignerBuilder certificationSignerBuilder,
PBESecretKeyEncryptor keyEncryptor)
throws PGPException
PGPException