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 KeySpecBuildergetBuilder(KeyType type, KeyFlag flag, KeyFlag... flags)KeyTypegetKeyType()SignatureSubpacketsgetSubpacketGenerator()org.bouncycastle.openpgp.PGPSignatureSubpacketVectorgetSubpackets()
-
-
-
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)
-
-