Interface IRsaKeyPairGenerationSpec

All Superinterfaces:
IKeyPairGenerationSpec, Serializable

public interface IRsaKeyPairGenerationSpec extends IKeyPairGenerationSpec
Interface for RSA key pair generation specifications. This interface defines the specifications for generating RSA keys, including the key size.
Since:
8.5.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getKeySize

      int getKeySize()
      Returns the key size for the RSA key pair generation.
      Returns:
      The key size for the RSA key pair generation.