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.StringgetOwner()获取所有者。Get the owner.byte[]getPubKey()获取公钥Get public Keybyte[]getSigInfo()获取签名信息Get signature Info
-
-
-
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
-
-