Interface IDsaKeyPairGenerationSpec

All Superinterfaces:
IKeyPairGenerationSpec, Serializable

public interface IDsaKeyPairGenerationSpec extends IKeyPairGenerationSpec
Interface for DSA key pair generation specifications. This interface defines the specifications for generating DSA keys, including the key size.
  • 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.