Uses of Class
sop.exception.SOPGPException.NoSignature
-
Packages that use SOPGPException.NoSignature 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 SOPGPException.NoSignature in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.NoSignature Modifier and Type Method Description List<Verification>
VerifyImpl. data(InputStream data)
-
Uses of SOPGPException.NoSignature in sop
Methods in sop that throw SOPGPException.NoSignature Modifier and Type Method Description ByteArrayAndResult<T>
ReadyWithResult. toByteArrayAndResult()
Return the data as aByteArrayAndResult
.abstract T
ReadyWithResult. writeTo(OutputStream outputStream)
Write the data e.g. decrypted plaintext to the provided output stream and return the result of the processing operation. -
Uses of SOPGPException.NoSignature in sop.operation
Methods in sop.operation that throw SOPGPException.NoSignature Modifier and Type Method Description default List<Verification>
VerifySignatures. data(byte[] data)
Provide the signed data (without signatures).List<Verification>
VerifySignatures. data(InputStream data)
Provide the signed data (without signatures).
-