public class RsaKeyHelper extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static RSAPublicKey |
createPublicKey(BigInteger n,
BigInteger e) |
static KeyPair |
parseKeyPair(String pemData) |
static RSAPublicKey |
parsePublicKey(String key) |
public static RSAPublicKey parsePublicKey(String key)
public static RSAPublicKey createPublicKey(BigInteger n, BigInteger e)