Uses of Class
org.episteme.core.mathematics.cryptography.RSA.PublicKey
Packages that use RSA.PublicKey
-
Uses of RSA.PublicKey in org.episteme.core.mathematics.cryptography
Fields in org.episteme.core.mathematics.cryptography declared as RSA.PublicKeyMethods in org.episteme.core.mathematics.cryptography with parameters of type RSA.PublicKeyModifier and TypeMethodDescriptionstatic BigIntegerRSA.encrypt(BigInteger message, RSA.PublicKey publicKey) Encrypts message using public key: c = m^e mod nstatic booleanRSA.verify(BigInteger message, BigInteger signature, RSA.PublicKey publicKey) Verifies signature using public key.Constructors in org.episteme.core.mathematics.cryptography with parameters of type RSA.PublicKey