Uses of Interface
java.security.interfaces.RSAKey
| Package | Description |
|---|---|
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of RSAKey in java.security.interfaces
Subinterfaces of RSAKey in java.security.interfaces Modifier and Type Interface Description interfaceRSAMultiPrimePrivateCrtKeyThe interface for a Multi-Prime RSA private key.interfaceRSAPrivateCrtKeyThe interface for a PKCS#1 RSA private key using CRT information values.interfaceRSAPrivateKeyThe interface for an PKCS#1 RSA private key.interfaceRSAPublicKeyThe interface for a PKCS#1 RSA public key. -
Uses of RSAKey in org.bouncycastle.jcajce.provider.asymmetric.rsa
Classes in org.bouncycastle.jcajce.provider.asymmetric.rsa that implement RSAKey Modifier and Type Class Description classBCRSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classBCRSAPrivateKeyclassBCRSAPublicKey -
Uses of RSAKey in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement RSAKey Modifier and Type Class Description classJCERSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classJCERSAPrivateKeyclassJCERSAPublicKey -
Uses of RSAKey in org.conscrypt
Classes in org.conscrypt that implement RSAKey Modifier and Type Class Description classOpenSSLRSAPrivateCrtKeyclassOpenSSLRSAPrivateKeyclassOpenSSLRSAPublicKey