Uses of Package
java.security.interfaces
| 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.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| org.apache.harmony.security.provider.crypto | |
| org.bouncycastle.jcajce.provider.asymmetric.dsa | |
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Classes in java.security.interfaces used by java.security.interfaces Class Description DSAKey The base interface for Digital Signature Algorithm (DSA) public or private keys.DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters.ECKey The base interface for Elliptic Curve (EC) public or private keys.RSAKey The base interface for PKCS#1 RSA public and private keys.RSAPrivateKey The interface for an PKCS#1 RSA private key. -
Classes in java.security.interfaces used by java.security.spec Class Description DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters. -
Classes in java.security.interfaces used by org.apache.harmony.security.provider.crypto Class Description DSAKey The base interface for Digital Signature Algorithm (DSA) public or private keys.DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters.DSAPrivateKey The interface for a Digital Signature Algorithm (DSA) private key.DSAPublicKey The interface for a Digital Signature Algorithm (DSA) public key. -
Classes in java.security.interfaces used by org.bouncycastle.jcajce.provider.asymmetric.dsa Class Description DSAKey The base interface for Digital Signature Algorithm (DSA) public or private keys.DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters.DSAPrivateKey The interface for a Digital Signature Algorithm (DSA) private key.DSAPublicKey The interface for a Digital Signature Algorithm (DSA) public key. -
Classes in java.security.interfaces used by org.bouncycastle.jcajce.provider.asymmetric.ec Class Description ECKey The base interface for Elliptic Curve (EC) public or private keys.ECPrivateKey The interface for an Elliptic Curve (EC) private key.ECPublicKey The interface for an Elliptic Curve (EC) public key. -
Classes in java.security.interfaces used by org.bouncycastle.jcajce.provider.asymmetric.rsa Class Description RSAKey The base interface for PKCS#1 RSA public and private keys.RSAPrivateCrtKey The interface for a PKCS#1 RSA private key using CRT information values.RSAPrivateKey The interface for an PKCS#1 RSA private key.RSAPublicKey The interface for a PKCS#1 RSA public key. -
Classes in java.security.interfaces used by org.bouncycastle.jce.provider Class Description DSAKey The base interface for Digital Signature Algorithm (DSA) public or private keys.DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters.DSAPrivateKey The interface for a Digital Signature Algorithm (DSA) private key.DSAPublicKey The interface for a Digital Signature Algorithm (DSA) public key.ECKey The base interface for Elliptic Curve (EC) public or private keys.ECPrivateKey The interface for an Elliptic Curve (EC) private key.ECPublicKey The interface for an Elliptic Curve (EC) public key.RSAKey The base interface for PKCS#1 RSA public and private keys.RSAPrivateCrtKey The interface for a PKCS#1 RSA private key using CRT information values.RSAPrivateKey The interface for an PKCS#1 RSA private key.RSAPublicKey The interface for a PKCS#1 RSA public key. -
Classes in java.security.interfaces used by org.conscrypt Class Description DSAKey The base interface for Digital Signature Algorithm (DSA) public or private keys.DSAParams The interface for Digital Signature Algorithm (DSA) specific parameters.DSAPrivateKey The interface for a Digital Signature Algorithm (DSA) private key.DSAPublicKey The interface for a Digital Signature Algorithm (DSA) public key.ECKey The base interface for Elliptic Curve (EC) public or private keys.ECPrivateKey The interface for an Elliptic Curve (EC) private key.ECPublicKey The interface for an Elliptic Curve (EC) public key.RSAKey The base interface for PKCS#1 RSA public and private keys.RSAPrivateCrtKey The interface for a PKCS#1 RSA private key using CRT information values.RSAPrivateKey The interface for an PKCS#1 RSA private key.RSAPublicKey The interface for a PKCS#1 RSA public key.