com.pax.dal.entity

Class AuthData

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


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

      Constructors 
      Constructor and Description
      AuthData(byte[] certData, byte[] pubKey) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte[] getCertData()
      获取已得到的证书
      Get the obtained certificate
      byte[] getPubKey()
      获取已得到的公钥
      Get the obtained public key
      • Methods inherited from class java.lang.Object

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

      • AuthData

        public AuthData(byte[] certData,
                        byte[] pubKey)
    • Method Detail

      • getCertData

        public byte[] getCertData()
        获取已得到的证书
        Get the obtained certificate
      • getPubKey

        public byte[] getPubKey()
        获取已得到的公钥
        Get the obtained public key