Uses of Interface
sop.operation.Encrypt
-
Packages that use Encrypt Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop Stateless OpenPGP Interface for Java.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of Encrypt in org.pgpainless.sop
Classes in org.pgpainless.sop that implement Encrypt Modifier and Type Class Description classEncryptImplMethods in org.pgpainless.sop that return Encrypt Modifier and Type Method Description EncryptSOPImpl. encrypt()EncryptEncryptImpl. mode(EncryptAs mode)EncryptEncryptImpl. noArmor()EncryptEncryptImpl. signWith(InputStream keyIn)EncryptEncryptImpl. withCert(InputStream cert)EncryptEncryptImpl. withPassword(String password) -
Uses of Encrypt in sop
Methods in sop that return Encrypt Modifier and Type Method Description EncryptSOP. encrypt()Encrypt a message. -
Uses of Encrypt in sop.operation
Methods in sop.operation that return Encrypt Modifier and Type Method Description EncryptEncrypt. mode(EncryptAs mode)Sets encryption mode.EncryptEncrypt. noArmor()Disable ASCII armor encoding.default EncryptEncrypt. signWith(byte[] key)Adds the signer key.EncryptEncrypt. signWith(InputStream key)Adds the signer key.default EncryptEncrypt. withCert(byte[] cert)Encrypt with the given cert.EncryptEncrypt. withCert(InputStream cert)Encrypt with the given cert.EncryptEncrypt. withPassword(String password)Encrypt with the given password.
-