com.pax.dal.entity

Class RSARecoverInfo

  • java.lang.Object
    • com.pax.dal.entity.RSARecoverInfo
    • Constructor Summary

      Constructors 
      Constructor and Description
      RSARecoverInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte[] getData()
      加密或解密后的数据
      get result
      byte[] getKeyInfo()
      -密钥信息,当keyInfo等于NULL时, 不输出密钥信息
      key info
      void setData(byte[] data)
      加密或解密后的数据
      set result
      void setKeyInfo(byte[] keyInfo)
      -密钥信息,当keyInfo等于NULL时, 不输出密钥信息
      key info
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getData

        public byte[] getData()
        加密或解密后的数据
        get result
        Returns:
      • setData

        public void setData(byte[] data)
        加密或解密后的数据
        set result
        Parameters:
        data -
      • getKeyInfo

        public byte[] getKeyInfo()
        -密钥信息,当keyInfo等于NULL时, 不输出密钥信息
        key info
        Returns:
      • setKeyInfo

        public void setKeyInfo(byte[] keyInfo)
        -密钥信息,当keyInfo等于NULL时, 不输出密钥信息
        key info
        Parameters:
        keyInfo -