Uses of Interface
java.security.interfaces.RSAPublicKey
| Package | Description |
|---|---|
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of RSAPublicKey in org.bouncycastle.jcajce.provider.asymmetric.rsa
Classes in org.bouncycastle.jcajce.provider.asymmetric.rsa that implement RSAPublicKey Modifier and Type Class Description classBCRSAPublicKey -
Uses of RSAPublicKey in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement RSAPublicKey Modifier and Type Class Description classJCERSAPublicKey -
Uses of RSAPublicKey in org.conscrypt
Classes in org.conscrypt that implement RSAPublicKey Modifier and Type Class Description classOpenSSLRSAPublicKeyMethods in org.conscrypt that return RSAPublicKey Modifier and Type Method Description RSAPublicKeyServerKeyExchange. getRSAPublicKey()Returns RSAPublicKey generated using ServerRSAParams (rsa_modulus and rsa_exponent).