Class ChangeKeyPasswordImpl

  • All Implemented Interfaces:
    sop.operation.ChangeKeyPassword

    public class ChangeKeyPasswordImpl
    extends java.lang.Object
    implements sop.operation.ChangeKeyPassword
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      sop.Ready keys​(java.io.InputStream inputStream)  
      sop.operation.ChangeKeyPassword newKeyPassphrase​(java.lang.String newPassphrase)  
      sop.operation.ChangeKeyPassword noArmor()  
      sop.operation.ChangeKeyPassword oldKeyPassphrase​(java.lang.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 Detail

      • ChangeKeyPasswordImpl

        public ChangeKeyPasswordImpl()
    • Method Detail

      • noArmor

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

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

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

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