Package org.pgpainless.key.generation
Class KeySpec
- java.lang.Object
-
- org.pgpainless.key.generation.KeySpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeySpecBuilder
getBuilder(KeyType type, KeyFlag flag, KeyFlag... flags)
KeyType
getKeyType()
SignatureSubpackets
getSubpacketGenerator()
org.bouncycastle.openpgp.PGPSignatureSubpacketVector
getSubpackets()
-
-
-
Method Detail
-
getKeyType
@Nonnull public KeyType getKeyType()
-
getSubpackets
@Nonnull public org.bouncycastle.openpgp.PGPSignatureSubpacketVector getSubpackets()
-
getSubpacketGenerator
@Nonnull public SignatureSubpackets getSubpacketGenerator()
-
getBuilder
public static KeySpecBuilder getBuilder(KeyType type, KeyFlag flag, KeyFlag... flags)
-
-