Class KeySpec

java.lang.Object
org.pgpainless.key.generation.KeySpec

public class KeySpec extends Object
  • Method Details

    • getKeyType

      @Nonnull public KeyType getKeyType()
    • getSubpackets

      @Nonnull public org.bouncycastle.openpgp.PGPSignatureSubpacketVector getSubpackets()
    • getSubpacketGenerator

      @Nonnull public SignatureSubpackets getSubpacketGenerator()
    • getKeyCreationDate

      @Nullable public Date getKeyCreationDate()
    • getBuilder

      public static KeySpecBuilder getBuilder(KeyType type, KeyFlag flag, KeyFlag... flags)