Package org.pgpainless.sop
Class ExtractCertImpl
java.lang.Object
org.pgpainless.sop.ExtractCertImpl
- All Implemented Interfaces:
sop.operation.ExtractCert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Readykey(InputStream keyInputStream) sop.operation.ExtractCertnoArmor()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.ExtractCert
key
-
Constructor Details
-
ExtractCertImpl
public ExtractCertImpl()
-
-
Method Details
-
noArmor
public sop.operation.ExtractCert noArmor()- Specified by:
noArmorin interfacesop.operation.ExtractCert
-
key
public sop.Ready key(InputStream keyInputStream) throws IOException, sop.exception.SOPGPException.BadData - Specified by:
keyin interfacesop.operation.ExtractCert- Throws:
IOExceptionsop.exception.SOPGPException.BadData
-