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 AsymmetricKeyPairRsaAsymmetricKeyCreatorRsa. createKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)AsymmetricKeyPairRsaAsymmetricKeyPairFactoryRsaCompact. createKeyPair(byte[] data)AsymmetricKeyPairRsaAsymmetricKeyPairFactoryRsaCompact. createKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)static AsymmetricKeyPairRsaAsymmetricKeyPairRsa. of(String modulus, String privateExponent)Convenience method e.g.static AsymmetricKeyPairRsaAsymmetricKeyPairRsa. of(BigInteger modulus, BigInteger privateExponent)static AsymmetricKeyPairRsaAsymmetricKeyPairRsa. 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)
-