Uses of Class
org.pgpainless.key.generation.KeySpec
-
Packages that use KeySpec Package Description org.pgpainless.key.generation Classes related to OpenPGP key generation.org.pgpainless.key.modification.secretkeyring Classes that deal with modifications made toPGPSecretKeyRings. -
-
Uses of KeySpec in org.pgpainless.key.generation
Methods in org.pgpainless.key.generation that return KeySpec Modifier and Type Method Description KeySpecKeySpecBuilder. build()KeySpecKeySpecBuilderInterface. build()Methods in org.pgpainless.key.generation with parameters of type KeySpec Modifier and Type Method Description KeyRingBuilderKeyRingBuilder. addSubkey(KeySpec keySpec)BKeyRingBuilderInterface. addSubkey(KeySpec keySpec)static org.bouncycastle.openpgp.PGPKeyPairKeyRingBuilder. generateKeyPair(KeySpec spec)KeyRingBuilderKeyRingBuilder. setPrimaryKey(KeySpec keySpec)BKeyRingBuilderInterface. setPrimaryKey(KeySpec keySpec) -
Uses of KeySpec in org.pgpainless.key.modification.secretkeyring
Methods in org.pgpainless.key.modification.secretkeyring with parameters of type KeySpec Modifier and Type Method Description SecretKeyRingEditorInterfaceSecretKeyRingEditor. addSubKey(KeySpec keySpec, Passphrase subKeyPassphrase, SecretKeyRingProtector secretKeyRingProtector)SecretKeyRingEditorInterfaceSecretKeyRingEditor. addSubKey(KeySpec keySpec, Passphrase subkeyPassphrase, SelfSignatureSubpackets.Callback subpacketsCallback, SecretKeyRingProtector secretKeyRingProtector)SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. addSubKey(KeySpec keySpec, Passphrase subKeyPassphrase, SecretKeyRingProtector secretKeyRingProtector)Add a subkey to the key ring.SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. addSubKey(KeySpec keySpec, Passphrase subkeyPassphrase, SelfSignatureSubpackets.Callback subpacketsCallback, SecretKeyRingProtector secretKeyRingProtector)Add a subkey to the key ring.
-