Package org.pgpainless.sop
Class ChangeKeyPasswordImpl
java.lang.Object
org.pgpainless.sop.ChangeKeyPasswordImpl
- All Implemented Interfaces:
sop.operation.ChangeKeyPassword
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Ready
keys
(InputStream inputStream) sop.operation.ChangeKeyPassword
newKeyPassphrase
(String newPassphrase) sop.operation.ChangeKeyPassword
noArmor()
sop.operation.ChangeKeyPassword
oldKeyPassphrase
(String oldPassphrase) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sop.operation.ChangeKeyPassword
keys, newKeyPassphrase, oldKeyPassphrase
-
Constructor Details
-
ChangeKeyPasswordImpl
public ChangeKeyPasswordImpl()
-
-
Method Details
-
noArmor
public sop.operation.ChangeKeyPassword noArmor()- Specified by:
noArmor
in interfacesop.operation.ChangeKeyPassword
-
oldKeyPassphrase
- Specified by:
oldKeyPassphrase
in interfacesop.operation.ChangeKeyPassword
-
newKeyPassphrase
- Specified by:
newKeyPassphrase
in interfacesop.operation.ChangeKeyPassword
-
keys
- Specified by:
keys
in interfacesop.operation.ChangeKeyPassword
- Throws:
sop.exception.SOPGPException.KeyIsProtected
-