Class PinTanPassport

    • Method Detail

      • encrypt

        public byte[][] encrypt​(byte[] bytes)
      • decrypt

        public byte[] decrypt​(byte[] bytes,
                              byte[] bytes1)
      • updateBPD

        public void updateBPD​(Map<String,​String> result)
        gets the BPD out of the result and store it in the passport field
      • postInitResponseHook

        public void postInitResponseHook​(HBCIMsgStatus msgStatus)
      • setCurrentSecMechInfo

        public void setCurrentSecMechInfo​(HBCITwoStepMechanism currentSecMechInfo)
      • getProfileMethod

        public String getProfileMethod()
      • getProfileVersion

        public String getProfileVersion()
      • needUserSig

        public boolean needUserSig()
      • getSysStatus

        public String getSysStatus()
      • hasInstSigKey

        public boolean hasInstSigKey()
      • hasInstEncKey

        public boolean hasInstEncKey()
      • getInstEncKeyName

        public String getInstEncKeyName()
      • getInstEncKeyNum

        public String getInstEncKeyNum()
      • getInstEncKeyVersion

        public String getInstEncKeyVersion()
      • getMySigKeyName

        public String getMySigKeyName()
      • getMySigKeyNum

        public String getMySigKeyNum()
      • getMySigKeyVersion

        public String getMySigKeyVersion()
      • getCryptMode

        public String getCryptMode()
      • getCryptAlg

        public String getCryptAlg()
      • getCryptKeyType

        public String getCryptKeyType()
      • getSigFunction

        public String getSigFunction()
      • getCryptFunction

        public String getCryptFunction()
      • getSigAlg

        public String getSigAlg()
      • getSigMode

        public String getSigMode()
      • getHashAlg

        public String getHashAlg()
      • setInstEncKey

        public void setInstEncKey​(HBCIKey key)
      • tan2StepRequired

        public boolean tan2StepRequired​(AbstractHBCIJob hbciJob)
      • getProxy

        public String getProxy()
      • setProxy

        public void setProxy​(String proxy)
      • getProxyPass

        public String getProxyPass()
      • getProxyUser

        public String getProxyUser()
      • tanMediaNeeded

        public boolean tanMediaNeeded()
      • getPIN

        public String getPIN()
      • setPIN

        public void setPIN​(String pin)
      • getUserTwostepMechanisms

        public List<String> getUserTwostepMechanisms()
      • setUserTwostepMechanisms

        public void setUserTwostepMechanisms​(List<String> l)