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 certificatebyte[]getPubKey()获取已得到的公钥Get the obtained public key
-
-
-
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
-
-