Uses of Class
sop.enums.ArmorLabel
- 
Packages that use ArmorLabel Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.enums Stateless OpenPGP Interface for Java.sop.operation Stateless OpenPGP Interface for Java. - 
- 
Uses of ArmorLabel in org.pgpainless.sop
Methods in org.pgpainless.sop with parameters of type ArmorLabel Modifier and Type Method Description ArmorArmorImpl. label(ArmorLabel label) - 
Uses of ArmorLabel in sop.enums
Methods in sop.enums that return ArmorLabel Modifier and Type Method Description static ArmorLabelArmorLabel. valueOf(String name)Returns the enum constant of this type with the specified name.static ArmorLabel[]ArmorLabel. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of ArmorLabel in sop.operation
Methods in sop.operation with parameters of type ArmorLabel Modifier and Type Method Description ArmorArmor. label(ArmorLabel label)Overrides automatic detection of label. 
 -