Class ChangeKeyPasswordImpl

java.lang.Object
org.pgpainless.sop.ChangeKeyPasswordImpl
All Implemented Interfaces:
sop.operation.ChangeKeyPassword

public class ChangeKeyPasswordImpl extends Object implements sop.operation.ChangeKeyPassword
  • Constructor Details

    • ChangeKeyPasswordImpl

      public ChangeKeyPasswordImpl()
  • Method Details

    • noArmor

      public sop.operation.ChangeKeyPassword noArmor()
      Specified by:
      noArmor in interface sop.operation.ChangeKeyPassword
    • oldKeyPassphrase

      public sop.operation.ChangeKeyPassword oldKeyPassphrase(String oldPassphrase)
      Specified by:
      oldKeyPassphrase in interface sop.operation.ChangeKeyPassword
    • newKeyPassphrase

      public sop.operation.ChangeKeyPassword newKeyPassphrase(String newPassphrase)
      Specified by:
      newKeyPassphrase in interface sop.operation.ChangeKeyPassword
    • keys

      public sop.Ready keys(InputStream inputStream) throws sop.exception.SOPGPException.KeyIsProtected
      Specified by:
      keys in interface sop.operation.ChangeKeyPassword
      Throws:
      sop.exception.SOPGPException.KeyIsProtected