Uses of Class
org.pgpainless.algorithm.Feature
- 
Packages that use Feature Package Description org.pgpainless.algorithm Enums which map to OpenPGP's algorithm IDs.org.pgpainless.signature.subpackets Classes related to OpenPGP signatures. - 
- 
Uses of Feature in org.pgpainless.algorithm
Methods in org.pgpainless.algorithm that return Feature Modifier and Type Method Description static FeatureFeature. fromId(byte id)static FeatureFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. 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 Feature Modifier and Type Method Description static List<Feature>Feature. fromBitmask(int bitmask)Convert a bitmask into a list ofKeyFlags.Methods in org.pgpainless.algorithm with parameters of type Feature Modifier and Type Method Description static byteFeature. toBitmask(Feature... features)Encode a list ofKeyFlagsinto a bitmask. - 
Uses of Feature in org.pgpainless.signature.subpackets
Methods in org.pgpainless.signature.subpackets that return types with arguments of type Feature Modifier and Type Method Description static Set<Feature>SignatureSubpacketsUtil. parseFeatures(org.bouncycastle.openpgp.PGPSignature signature)Parse out the features subpacket of a signature.Methods in org.pgpainless.signature.subpackets with parameters of type Feature Modifier and Type Method Description SelfSignatureSubpacketsSelfSignatureSubpackets. setFeatures(boolean isCritical, Feature... features)SelfSignatureSubpacketsSelfSignatureSubpackets. setFeatures(Feature... features)SignatureSubpacketsSignatureSubpackets. setFeatures(boolean isCritical, Feature... features)SignatureSubpacketsSignatureSubpackets. setFeatures(Feature... features) 
 -