程序包 cn.godmao.utils
类 RSAUtil.RsaKeyPair
java.lang.Object
cn.godmao.utils.RSAUtil.RsaKeyPair
- 封闭类:
- RSAUtil
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
RsaKeyPair
public RsaKeyPair(byte[] publicKey, byte[] privateKey)
-
-
方法详细资料
-
getPublicKey
public byte[] getPublicKey() -
getPrivateKey
public byte[] getPrivateKey()
-