Package | Description |
---|---|
org.pgpainless.key.generation |
Classes related to OpenPGP key generation.
|
org.pgpainless.key.parsing |
Classes related to OpenPGP key reading.
|
Modifier and Type | Method and Description |
---|---|
PGPKeyRing |
KeyRingBuilderInterface.Build.build() |
PGPKeyRing |
KeyRingBuilder.simpleEcKeyRing(String userId)
Creates a key ring consisting of an ECDSA master key and an ECDH sub-key.
|
PGPKeyRing |
KeyRingBuilder.simpleRsaKeyRing(String userId,
RsaLength length)
Creates a simple RSA KeyPair of length
length with user-id userId . |
Modifier and Type | Method and Description |
---|---|
PGPKeyRing |
KeyRingReader.keyRing(byte[] publicBytes,
byte[] secretBytes) |
PGPKeyRing |
KeyRingReader.keyRing(InputStream publicIn,
InputStream secretIn) |
PGPKeyRing |
KeyRingReader.keyRing(String asciiPublic,
String asciiSecret) |
static PGPKeyRing |
KeyRingReader.readKeyRing(InputStream publicIn,
InputStream secretIn) |