Uses of Class
org.episteme.core.mathematics.cryptography.RSA.PrivateKey
Packages that use RSA.PrivateKey
-
Uses of RSA.PrivateKey in org.episteme.core.mathematics.cryptography
Fields in org.episteme.core.mathematics.cryptography declared as RSA.PrivateKeyMethods in org.episteme.core.mathematics.cryptography with parameters of type RSA.PrivateKeyModifier and TypeMethodDescriptionstatic BigIntegerRSA.decrypt(BigInteger ciphertext, RSA.PrivateKey privateKey) Decrypts ciphertext using private key: m = c^d mod nstatic BigIntegerRSA.sign(BigInteger message, RSA.PrivateKey privateKey) Signs message using private key.Constructors in org.episteme.core.mathematics.cryptography with parameters of type RSA.PrivateKey