Uses of Interface
org.pgpainless.signature.subpackets.SelfSignatureSubpackets
-
Packages that use SelfSignatureSubpackets Package Description org.pgpainless.signature.builder Classes related to OpenPGP signatures.org.pgpainless.signature.subpackets Classes related to OpenPGP signatures. -
-
Uses of SelfSignatureSubpackets in org.pgpainless.signature.builder
Methods in org.pgpainless.signature.builder that return SelfSignatureSubpackets Modifier and Type Method Description SelfSignatureSubpacketsDirectKeySignatureBuilder. getHashedSubpackets()SelfSignatureSubpacketsPrimaryKeyBindingSignatureBuilder. getHashedSubpackets()SelfSignatureSubpacketsSelfSignatureBuilder. getHashedSubpackets()SelfSignatureSubpacketsSubkeyBindingSignatureBuilder. getHashedSubpackets()SelfSignatureSubpacketsDirectKeySignatureBuilder. getUnhashedSubpackets()SelfSignatureSubpacketsPrimaryKeyBindingSignatureBuilder. getUnhashedSubpackets()SelfSignatureSubpacketsSelfSignatureBuilder. getUnhashedSubpackets()SelfSignatureSubpacketsSubkeyBindingSignatureBuilder. getUnhashedSubpackets() -
Uses of SelfSignatureSubpackets in org.pgpainless.signature.subpackets
Classes in org.pgpainless.signature.subpackets that implement SelfSignatureSubpackets Modifier and Type Class Description classSignatureSubpacketsMethods in org.pgpainless.signature.subpackets that return SelfSignatureSubpackets Modifier and Type Method Description SelfSignatureSubpacketsSelfSignatureSubpackets. addRevocationKey(boolean isCritical, boolean isSensitive, org.bouncycastle.openpgp.PGPPublicKey revocationKey)SelfSignatureSubpacketsSelfSignatureSubpackets. addRevocationKey(boolean isCritical, org.bouncycastle.openpgp.PGPPublicKey revocationKey)SelfSignatureSubpacketsSelfSignatureSubpackets. addRevocationKey(org.bouncycastle.bcpg.sig.RevocationKey revocationKey)SelfSignatureSubpacketsSelfSignatureSubpackets. addRevocationKey(org.bouncycastle.openpgp.PGPPublicKey revocationKey)SelfSignatureSubpacketsSelfSignatureSubpackets. clearRevocationKeys()SelfSignatureSubpacketsSelfSignatureSubpackets. setFeatures(boolean isCritical, Feature... features)SelfSignatureSubpacketsSelfSignatureSubpackets. setFeatures(org.bouncycastle.bcpg.sig.Features features)SelfSignatureSubpacketsSelfSignatureSubpackets. setFeatures(Feature... features)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyExpirationTime(boolean isCritical, long secondsFromCreationToExpiration)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyExpirationTime(boolean isCritical, Date keyCreationTime, Date keyExpirationTime)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyExpirationTime(Date keyCreationTime, Date keyExpirationTime)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyExpirationTime(org.bouncycastle.bcpg.sig.KeyExpirationTime keyExpirationTime)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyExpirationTime(org.bouncycastle.openpgp.PGPPublicKey key, Date keyExpirationTime)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyFlags(boolean isCritical, KeyFlag... keyFlags)default SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyFlags(List<KeyFlag> keyFlags)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyFlags(org.bouncycastle.bcpg.sig.KeyFlags keyFlags)SelfSignatureSubpacketsSelfSignatureSubpackets. setKeyFlags(KeyFlag... keyFlags)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredCompressionAlgorithms(boolean isCritical, Set<CompressionAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredCompressionAlgorithms(Set<CompressionAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredCompressionAlgorithms(org.bouncycastle.bcpg.sig.PreferredAlgorithms algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredCompressionAlgorithms(CompressionAlgorithm... algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredHashAlgorithms(boolean isCritical, Set<HashAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredHashAlgorithms(Set<HashAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredHashAlgorithms(org.bouncycastle.bcpg.sig.PreferredAlgorithms algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredHashAlgorithms(HashAlgorithm... algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredSymmetricKeyAlgorithms(boolean isCritical, Set<SymmetricKeyAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredSymmetricKeyAlgorithms(Set<SymmetricKeyAlgorithm> algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredSymmetricKeyAlgorithms(org.bouncycastle.bcpg.sig.PreferredAlgorithms algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPreferredSymmetricKeyAlgorithms(SymmetricKeyAlgorithm... algorithms)SelfSignatureSubpacketsSelfSignatureSubpackets. setPrimaryUserId()SelfSignatureSubpacketsSelfSignatureSubpackets. setPrimaryUserId(boolean isCritical)SelfSignatureSubpacketsSelfSignatureSubpackets. setPrimaryUserId(org.bouncycastle.bcpg.sig.PrimaryUserID primaryUserId)
-