Package sop.external.operation
Class ChangeKeyPasswordExternal
java.lang.Object
sop.external.operation.ChangeKeyPasswordExternal
- All Implemented Interfaces:
sop.operation.ChangeKeyPassword
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Readykeys(InputStream inputStream) sop.operation.ChangeKeyPasswordnewKeyPassphrase(String newPassphrase) sop.operation.ChangeKeyPasswordnoArmor()sop.operation.ChangeKeyPasswordoldKeyPassphrase(String oldPassphrase) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.ChangeKeyPassword
keys, newKeyPassphrase, oldKeyPassphrase
-
Constructor Details
-
ChangeKeyPasswordExternal
-
-
Method Details
-
noArmor
public sop.operation.ChangeKeyPassword noArmor()- Specified by:
noArmorin interfacesop.operation.ChangeKeyPassword
-
oldKeyPassphrase
- Specified by:
oldKeyPassphrasein interfacesop.operation.ChangeKeyPassword
-
newKeyPassphrase
- Specified by:
newKeyPassphrasein interfacesop.operation.ChangeKeyPassword
-
keys
public sop.Ready keys(InputStream inputStream) throws sop.exception.SOPGPException.KeyIsProtected, sop.exception.SOPGPException.BadData - Specified by:
keysin interfacesop.operation.ChangeKeyPassword- Throws:
sop.exception.SOPGPException.KeyIsProtectedsop.exception.SOPGPException.BadData
-