Uses of Class
org.pgpainless.algorithm.SignatureSubpacket
- 
Packages that use SignatureSubpacket Package Description org.pgpainless.algorithm Enums which map to OpenPGP's algorithm IDs.org.pgpainless.signature.subpackets Classes related to OpenPGP signatures. - 
- 
Uses of SignatureSubpacket in org.pgpainless.algorithm
Methods in org.pgpainless.algorithm that return SignatureSubpacket Modifier and Type Method Description static SignatureSubpacketSignatureSubpacket. fromCode(int code)Return theSignatureSubpacketthat corresponds to the provided id.static SignatureSubpacketSignatureSubpacket. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureSubpacket[]SignatureSubpacket. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pgpainless.algorithm that return types with arguments of type SignatureSubpacket Modifier and Type Method Description static List<SignatureSubpacket>SignatureSubpacket. fromCodes(int[] codes)Convert an array of signature subpacket tags into a list ofSignatureSubpackets. - 
Uses of SignatureSubpacket in org.pgpainless.signature.subpackets
Methods in org.pgpainless.signature.subpackets with parameters of type SignatureSubpacket Modifier and Type Method Description static <P extends org.bouncycastle.bcpg.SignatureSubpacket>
PSignatureSubpacketsUtil. getSignatureSubpacket(org.bouncycastle.openpgp.PGPSignatureSubpacketVector vector, SignatureSubpacket type)Return the last occurence of a subpacket type in the given signature subpacket vector.static voidSignatureSubpacketGeneratorUtil. removeAllPacketsOfType(SignatureSubpacket subpacketType, org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator subpacketGenerator)Remove all packets of the given type from thePGPSignatureSubpacketGeneratorsinternal set. 
 -