Uses of Interface
sop.operation.VerifySignatures
-
Packages that use VerifySignatures Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of VerifySignatures in org.pgpainless.sop
Classes in org.pgpainless.sop that implement VerifySignatures Modifier and Type Class Description classVerifyImpl -
Uses of VerifySignatures in sop.operation
Subinterfaces of VerifySignatures in sop.operation Modifier and Type Interface Description interfaceVerifyMethods in sop.operation that return VerifySignatures Modifier and Type Method Description default VerifySignaturesVerify. signatures(byte[] signatures)Provides the signatures.VerifySignaturesVerify. signatures(InputStream signatures)Provides the signatures.
-