Uses of Class
sop.enums.EncryptAs
-
Packages that use EncryptAs 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 EncryptAs in org.pgpainless.sop
Methods in org.pgpainless.sop with parameters of type EncryptAs Modifier and Type Method Description EncryptEncryptImpl. mode(EncryptAs mode) -
Uses of EncryptAs in sop.enums
Methods in sop.enums that return EncryptAs Modifier and Type Method Description static EncryptAsEncryptAs. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptAs[]EncryptAs. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EncryptAs in sop.operation
Methods in sop.operation with parameters of type EncryptAs Modifier and Type Method Description EncryptEncrypt. mode(EncryptAs mode)Sets encryption mode.
-