Package org.pgpainless.sop
Class InlineVerifyImpl
- java.lang.Object
-
- org.pgpainless.sop.InlineVerifyImpl
-
- All Implemented Interfaces:
sop.operation.AbstractVerify<sop.operation.InlineVerify>,sop.operation.InlineVerify
public class InlineVerifyImpl extends java.lang.Object implements sop.operation.InlineVerify
-
-
Constructor Summary
Constructors Constructor Description InlineVerifyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sop.operation.InlineVerifycert(java.io.InputStream cert)sop.ReadyWithResult<java.util.List<sop.Verification>>data(java.io.InputStream data)sop.operation.InlineVerifynotAfter(java.util.Date timestamp)sop.operation.InlineVerifynotBefore(java.util.Date timestamp)
-
-
-
Method Detail
-
notBefore
public sop.operation.InlineVerify notBefore(java.util.Date timestamp) throws sop.exception.SOPGPException.UnsupportedOption- Specified by:
notBeforein interfacesop.operation.AbstractVerify<sop.operation.InlineVerify>- Throws:
sop.exception.SOPGPException.UnsupportedOption
-
notAfter
public sop.operation.InlineVerify notAfter(java.util.Date timestamp) throws sop.exception.SOPGPException.UnsupportedOption- Specified by:
notAfterin interfacesop.operation.AbstractVerify<sop.operation.InlineVerify>- Throws:
sop.exception.SOPGPException.UnsupportedOption
-
cert
public sop.operation.InlineVerify cert(java.io.InputStream cert) throws sop.exception.SOPGPException.BadData- Specified by:
certin interfacesop.operation.AbstractVerify<sop.operation.InlineVerify>- Throws:
sop.exception.SOPGPException.BadData
-
data
public sop.ReadyWithResult<java.util.List<sop.Verification>> data(java.io.InputStream data) throws java.io.IOException, sop.exception.SOPGPException.NoSignature, sop.exception.SOPGPException.BadData- Specified by:
datain interfacesop.operation.InlineVerify- Throws:
java.io.IOExceptionsop.exception.SOPGPException.NoSignaturesop.exception.SOPGPException.BadData
-
-