Uses of Class
sop.exception.SOPGPException.CertCannotEncrypt
-
Packages that use SOPGPException.CertCannotEncrypt Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of SOPGPException.CertCannotEncrypt in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.CertCannotEncrypt Modifier and Type Method Description EncryptEncryptImpl. withCert(InputStream cert) -
Uses of SOPGPException.CertCannotEncrypt in sop.operation
Methods in sop.operation that throw SOPGPException.CertCannotEncrypt Modifier and Type Method Description default EncryptEncrypt. withCert(byte[] cert)Encrypt with the given cert.EncryptEncrypt. withCert(InputStream cert)Encrypt with the given cert.
-