Package | Description |
---|---|
anon.crypto |
Modifier and Type | Method and Description |
---|---|
static RSAKeyPair |
RSAKeyPair.getInstance(java.math.BigInteger a_publicExponent,
java.security.SecureRandom a_random,
int a_strength,
int a_certainty)
Creates a new rsa key pair.
|
static RSAKeyPair |
RSAKeyPair.getInstance(java.security.SecureRandom a_random,
int a_strength,
int a_certainty)
Creates a new rsa key pair with a public exponent of 65537.
|
Copyright © 2023. All rights reserved.