Package org.pgpainless.sop
Class ArmorImpl
java.lang.Object
org.pgpainless.sop.ArmorImpl
- All Implemented Interfaces:
sop.operation.Armor
Implementation of the
armoroperation using PGPainless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Ready
data
(InputStream data) sop.operation.Armor
label
(sop.enums.ArmorLabel label) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
label
in interfacesop.operation.Armor
- Throws:
sop.exception.SOPGPException.UnsupportedOption
-
data
- Specified by:
data
in interfacesop.operation.Armor
- Throws:
sop.exception.SOPGPException.BadData
-