Class HBCIAccount.UserKeys

  • Enclosing class:
    HBCIAccount

    public static class HBCIAccount.UserKeys
    extends TLV
    • Constructor Detail

      • UserKeys

        public UserKeys()
      • UserKeys

        public UserKeys​(TLV tlv)
    • Method Detail

      • decrypt

        public void decrypt​(javax.crypto.SecretKey key)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getKeyType

        public java.lang.String getKeyType()
      • setKeyType

        public void setKeyType​(java.lang.String t)
      • getKeyNum

        public int getKeyNum()
      • setKeyNum

        public void setKeyNum​(int num)
      • getKeyVersion

        public int getKeyVersion()
      • setKeyVersion

        public void setKeyVersion​(int version)
      • getPublicKey

        public java.security.Key getPublicKey()
      • setPublicKey

        public void setPublicKey​(java.security.Key key)
      • getPrivateKey

        public java.security.Key getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(java.security.Key key)
      • encrypt

        public void encrypt​(javax.crypto.SecretKey key)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updateData

        public void updateData()
        Overrides:
        updateData in class TLV
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object