Uses of Interface
org.pgpainless.signature.subpackets.SelfSignatureSubpackets.Callback
-
Packages that use SelfSignatureSubpackets.Callback Package Description org.pgpainless.key.generation Classes related to OpenPGP key generation.org.pgpainless.key.modification.secretkeyring Classes that deal with modifications made toPGPSecretKeyRings.org.pgpainless.signature.builder Classes related to OpenPGP signatures. -
-
Uses of SelfSignatureSubpackets.Callback in org.pgpainless.key.generation
Methods in org.pgpainless.key.generation with parameters of type SelfSignatureSubpackets.Callback Modifier and Type Method Description KeyRingBuilderKeyRingBuilder. addUserId(String userId, SelfSignatureSubpackets.Callback subpacketsCallback) -
Uses of SelfSignatureSubpackets.Callback in org.pgpainless.key.modification.secretkeyring
Methods in org.pgpainless.key.modification.secretkeyring with parameters of type SelfSignatureSubpackets.Callback Modifier and Type Method Description SecretKeyRingEditorInterfaceSecretKeyRingEditor. addSubKey(org.bouncycastle.openpgp.PGPKeyPair subkey, SelfSignatureSubpackets.Callback bindingSignatureCallback, SecretKeyRingProtector subkeyProtector, SecretKeyRingProtector primaryKeyProtector, KeyFlag keyFlag, KeyFlag... additionalKeyFlags)SecretKeyRingEditorInterfaceSecretKeyRingEditor. addSubKey(KeySpec keySpec, Passphrase subkeyPassphrase, SelfSignatureSubpackets.Callback subpacketsCallback, SecretKeyRingProtector secretKeyRingProtector)SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. addSubKey(org.bouncycastle.openpgp.PGPKeyPair subkey, SelfSignatureSubpackets.Callback bindingSignatureCallback, SecretKeyRingProtector subkeyProtector, SecretKeyRingProtector primaryKeyProtector, KeyFlag keyFlag, KeyFlag... additionalKeyFlags)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.SecretKeyRingEditorInterfaceSecretKeyRingEditor. addUserId(CharSequence userId, SelfSignatureSubpackets.Callback signatureSubpacketCallback, SecretKeyRingProtector protector)SecretKeyRingEditorInterfaceSecretKeyRingEditorInterface. addUserId(CharSequence userId, SelfSignatureSubpackets.Callback signatureSubpacketCallback, SecretKeyRingProtector protector)Add a user-id to the key ring. -
Uses of SelfSignatureSubpackets.Callback in org.pgpainless.signature.builder
Methods in org.pgpainless.signature.builder with parameters of type SelfSignatureSubpackets.Callback Modifier and Type Method Description voidDirectKeySignatureBuilder. applyCallback(SelfSignatureSubpackets.Callback callback)voidPrimaryKeyBindingSignatureBuilder. applyCallback(SelfSignatureSubpackets.Callback callback)voidSelfSignatureBuilder. applyCallback(SelfSignatureSubpackets.Callback callback)voidSubkeyBindingSignatureBuilder. applyCallback(SelfSignatureSubpackets.Callback callback)
-