Package org.pgpainless.sop
Class ArmorImpl
java.lang.Object
org.pgpainless.sop.ArmorImpl
- All Implemented Interfaces:
sop.operation.Armor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Readydata(InputStream data) sop.operation.Armorlabel(sop.enums.ArmorLabel label) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.Armor
data
-
Constructor Details
-
ArmorImpl
public ArmorImpl()
-
-
Method Details
-
label
public sop.operation.Armor label(sop.enums.ArmorLabel label) throws sop.exception.SOPGPException.UnsupportedOption - Specified by:
labelin interfacesop.operation.Armor- Throws:
sop.exception.SOPGPException.UnsupportedOption
-
data
- Specified by:
datain interfacesop.operation.Armor- Throws:
sop.exception.SOPGPException.BadData
-