Uses of Interface
sop.operation.Verify
-
Packages that use Verify 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 Verify in org.pgpainless.sop
Classes in org.pgpainless.sop that implement Verify Modifier and Type Class Description classVerifyImplMethods in org.pgpainless.sop that return Verify Modifier and Type Method Description VerifyVerifyImpl. cert(InputStream cert)VerifyVerifyImpl. notAfter(Date timestamp)VerifyVerifyImpl. notBefore(Date timestamp)VerifySOPImpl. verify() -
Uses of Verify in sop
Methods in sop that return Verify Modifier and Type Method Description VerifySOP. verify()Verify detached signatures. -
Uses of Verify in sop.operation
Methods in sop.operation that return Verify Modifier and Type Method Description default VerifyVerify. cert(byte[] cert)Adds the verification cert.VerifyVerify. cert(InputStream cert)Adds the verification cert.VerifyVerify. notAfter(Date timestamp)Makes the SOP implementation consider signatures after this date invalid.VerifyVerify. notBefore(Date timestamp)Makes the SOP implementation consider signatures before this date invalid.
-