Interface IDsaKeyPairGenerationSpec
- All Superinterfaces:
IKeyPairGenerationSpec, Serializable
Interface for DSA key pair generation specifications. This interface defines the specifications for generating DSA
keys, including the key size.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the key size for the DSA key pair generation.Methods inherited from interface IKeyPairGenerationSpec
getAlgorithm, getSignatureType
-
Method Details
-
getKeySize
int getKeySize()Returns the key size for the DSA key pair generation.- Returns:
- The key size for the DSA key pair generation.
-