Uses of Interface
java.security.interfaces.DSAKey
| 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.apache.harmony.security.provider.crypto | |
| org.bouncycastle.jcajce.provider.asymmetric.dsa | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of DSAKey in java.security.interfaces
Subinterfaces of DSAKey in java.security.interfaces Modifier and Type Interface Description interfaceDSAPrivateKeyThe interface for a Digital Signature Algorithm (DSA) private key.interfaceDSAPublicKeyThe interface for a Digital Signature Algorithm (DSA) public key. -
Uses of DSAKey in org.apache.harmony.security.provider.crypto
Classes in org.apache.harmony.security.provider.crypto that implement DSAKey Modifier and Type Class Description classDSAPrivateKeyImplThe class provides DSAPrivateKey functionality by extending a class implementing PrivateKey and implementing methods defined in both interfaces, DSAKey and DSAPrivateKeyclassDSAPublicKeyImplThe class provides DSAPublicKey functionality by extending a class implementing PublicKey and implementing methods defined in both interfaces, DSAKey and DSAPublicKey -
Uses of DSAKey in org.bouncycastle.jcajce.provider.asymmetric.dsa
Classes in org.bouncycastle.jcajce.provider.asymmetric.dsa that implement DSAKey Modifier and Type Class Description classBCDSAPrivateKeyclassBCDSAPublicKey -
Uses of DSAKey in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement DSAKey Modifier and Type Class Description classJDKDSAPrivateKeyclassJDKDSAPublicKey -
Uses of DSAKey in org.conscrypt
Classes in org.conscrypt that implement DSAKey Modifier and Type Class Description classOpenSSLDSAPrivateKeyclassOpenSSLDSAPublicKey