Uses of Interface
java.security.interfaces.DSAParams
| 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.jce.provider | |
| org.conscrypt |
-
Uses of DSAParams in java.security.interfaces
Methods in java.security.interfaces that return DSAParams Modifier and Type Method Description DSAParamsDSAKey. getParams()Returns the DSA key parameters.Methods in java.security.interfaces with parameters of type DSAParams Modifier and Type Method Description voidDSAKeyPairGenerator. initialize(DSAParams params, SecureRandom random)Initializes this generator with the prime (p), subprime (q), and base (g) values from the specified parameters. -
Uses of DSAParams in java.security.spec
Classes in java.security.spec that implement DSAParams Modifier and Type Class Description classDSAParameterSpecThe parameter specification used with the Digital Signature Algorithm (DSA). -
Uses of DSAParams in org.apache.harmony.security.provider.crypto
-
Uses of DSAParams in org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Uses of DSAParams in org.bouncycastle.jce.provider
-
Uses of DSAParams in org.conscrypt
Classes in org.conscrypt that implement DSAParams Modifier and Type Class Description classOpenSSLDSAParams