Uses of Class
sop.exception.SOPGPException.KeyIsProtected
-
Packages that use SOPGPException.KeyIsProtected Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of SOPGPException.KeyIsProtected in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.KeyIsProtected Modifier and Type Method Description SignSignImpl. key(InputStream keyIn)EncryptEncryptImpl. signWith(InputStream keyIn)DecryptImplDecryptImpl. withKey(InputStream keyIn) -
Uses of SOPGPException.KeyIsProtected in sop.operation
Methods in sop.operation that throw SOPGPException.KeyIsProtected Modifier and Type Method Description default SignSign. key(byte[] key)Adds the signer key.SignSign. key(InputStream key)Adds the signer key.default EncryptEncrypt. signWith(byte[] key)Adds the signer key.EncryptEncrypt. signWith(InputStream key)Adds the signer key.default DecryptDecrypt. withKey(byte[] key)Adds the decryption key.DecryptDecrypt. withKey(InputStream key)Adds the decryption key.
-