Package sop.external.operation
Class RevokeKeyExternal
java.lang.Object
sop.external.operation.RevokeKeyExternal
- All Implemented Interfaces:
sop.operation.RevokeKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Readykeys(InputStream keys) sop.operation.RevokeKeynoArmor()sop.operation.RevokeKeywithKeyPassword(byte[] password) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.RevokeKey
keys, withKeyPassword
-
Constructor Details
-
RevokeKeyExternal
-
-
Method Details
-
noArmor
public sop.operation.RevokeKey noArmor()- Specified by:
noArmorin interfacesop.operation.RevokeKey
-
withKeyPassword
public sop.operation.RevokeKey withKeyPassword(byte[] password) throws sop.exception.SOPGPException.UnsupportedOption, sop.exception.SOPGPException.PasswordNotHumanReadable - Specified by:
withKeyPasswordin interfacesop.operation.RevokeKey- Throws:
sop.exception.SOPGPException.UnsupportedOptionsop.exception.SOPGPException.PasswordNotHumanReadable
-
keys
- Specified by:
keysin interfacesop.operation.RevokeKey
-