Package org.pgpainless.sop
Class ChangeKeyPasswordImpl
- java.lang.Object
-
- org.pgpainless.sop.ChangeKeyPasswordImpl
-
- All Implemented Interfaces:
sop.operation.ChangeKeyPassword
public class ChangeKeyPasswordImpl extends java.lang.Object implements sop.operation.ChangeKeyPassword
-
-
Constructor Summary
Constructors Constructor Description ChangeKeyPasswordImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sop.Readykeys(java.io.InputStream inputStream)sop.operation.ChangeKeyPasswordnewKeyPassphrase(java.lang.String newPassphrase)sop.operation.ChangeKeyPasswordnoArmor()sop.operation.ChangeKeyPasswordoldKeyPassphrase(java.lang.String oldPassphrase)
-
-
-
Method Detail
-
noArmor
public sop.operation.ChangeKeyPassword noArmor()
- Specified by:
noArmorin interfacesop.operation.ChangeKeyPassword
-
oldKeyPassphrase
public sop.operation.ChangeKeyPassword oldKeyPassphrase(java.lang.String oldPassphrase)
- Specified by:
oldKeyPassphrasein interfacesop.operation.ChangeKeyPassword
-
newKeyPassphrase
public sop.operation.ChangeKeyPassword newKeyPassphrase(java.lang.String newPassphrase)
- Specified by:
newKeyPassphrasein interfacesop.operation.ChangeKeyPassword
-
keys
public sop.Ready keys(java.io.InputStream inputStream) throws sop.exception.SOPGPException.KeyIsProtected- Specified by:
keysin interfacesop.operation.ChangeKeyPassword- Throws:
sop.exception.SOPGPException.KeyIsProtected
-
-