AsymmetricKeyPairRsa |
AsymmetricKeyPairFactoryRsaCompact.createKeyPair(byte[] data) |
AsymmetricKeyPairRsa |
AsymmetricKeyCreatorRsa.createKeyPair(RSAPrivateKey privateKey,
RSAPublicKey publicKey) |
AsymmetricKeyPairRsa |
AsymmetricKeyPairFactoryRsaCompact.createKeyPair(RSAPrivateKey privateKey,
RSAPublicKey publicKey) |
static AsymmetricKeyPairRsa |
AsymmetricKeyPairRsa.of(BigInteger modulus,
BigInteger privateExponent) |
static AsymmetricKeyPairRsa |
AsymmetricKeyPairRsa.of(BigInteger modulus,
BigInteger privateExponent,
BigInteger publicExponent) |
static AsymmetricKeyPairRsa |
AsymmetricKeyPairRsa.of(String modulus,
String privateExponent)
Convenience method e.g.
|