Uses of Class
sop.exception.SOPGPException.UnsupportedAsymmetricAlgo
-
Packages that use SOPGPException.UnsupportedAsymmetricAlgo Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of SOPGPException.UnsupportedAsymmetricAlgo in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.UnsupportedAsymmetricAlgo Modifier and Type Method Description ReadyGenerateKeyImpl. generate()EncryptEncryptImpl. signWith(InputStream keyIn)EncryptEncryptImpl. withCert(InputStream cert)DecryptImplDecryptImpl. withKey(InputStream keyIn) -
Uses of SOPGPException.UnsupportedAsymmetricAlgo in sop.operation
Methods in sop.operation that throw SOPGPException.UnsupportedAsymmetricAlgo Modifier and Type Method Description ReadyGenerateKey. generate()Generate the OpenPGP key and return it encoded as anInputStream.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.default DecryptDecrypt. withKey(byte[] key)Adds the decryption key.DecryptDecrypt. withKey(InputStream key)Adds the decryption key.
-