com.pax.dal.entity

Class PukInfo

  • java.lang.Object
    • com.pax.dal.entity.PukInfo


  • public class PukInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      PukInfo(byte[] pubKey, byte[] sigInfo) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getOwner()
      获取所有者。
      Get the owner.
      byte[] getPubKey()
      获取公钥
      Get public Key
      byte[] getSigInfo()
      获取签名信息
      Get signature Info
      • Methods inherited from class java.lang.Object

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

      • PukInfo

        public PukInfo(byte[] pubKey,
                       byte[] sigInfo)
    • Method Detail

      • getPubKey

        public byte[] getPubKey()
        获取公钥
        Get public Key
        Returns:
      • getSigInfo

        public byte[] getSigInfo()
        获取签名信息
        Get signature Info
        Returns:
      • getOwner

        public java.lang.String getOwner()
        获取所有者。
        Get the owner.
        Returns:
        所有者。
        The owner.
        Since:
        V3.19.00