Uses of Class
io.github.mmm.crypto.asymmetric.key.rsa.AsymmetricKeyPairRsa
-
Packages that use AsymmetricKeyPairRsa Package Description io.github.mmm.crypto.asymmetric.key.rsa -
-
Uses of AsymmetricKeyPairRsa in io.github.mmm.crypto.asymmetric.key.rsa
Methods in io.github.mmm.crypto.asymmetric.key.rsa that return AsymmetricKeyPairRsa Modifier and Type Method Description AsymmetricKeyPairRsa
AsymmetricKeyCreatorRsa. createKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
AsymmetricKeyPairRsa
AsymmetricKeyPairFactoryRsaCompact. createKeyPair(byte[] data)
AsymmetricKeyPairRsa
AsymmetricKeyPairFactoryRsaCompact. createKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
static AsymmetricKeyPairRsa
AsymmetricKeyPairRsa. of(String modulus, String privateExponent)
Convenience method e.g.static AsymmetricKeyPairRsa
AsymmetricKeyPairRsa. of(BigInteger modulus, BigInteger privateExponent)
static AsymmetricKeyPairRsa
AsymmetricKeyPairRsa. of(BigInteger modulus, BigInteger privateExponent, BigInteger publicExponent)
Methods in io.github.mmm.crypto.asymmetric.key.rsa with parameters of type AsymmetricKeyPairRsa Modifier and Type Method Description byte[]
AsymmetricKeyPairFactoryRsaCompact. asData(AsymmetricKeyPairRsa keyPair)
-