Class ChangeKeyPasswordExternal

java.lang.Object
sop.external.operation.ChangeKeyPasswordExternal
All Implemented Interfaces:
sop.operation.ChangeKeyPassword

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

    • ChangeKeyPasswordExternal

      public ChangeKeyPasswordExternal(String binary, Properties environment)
  • 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, sop.exception.SOPGPException.BadData
      Specified by:
      keys in interface sop.operation.ChangeKeyPassword
      Throws:
      sop.exception.SOPGPException.KeyIsProtected
      sop.exception.SOPGPException.BadData