Interface IKeyPairGenerationSpec
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IDsaKeyPairGenerationSpec, IEcKeyPairGenerationSpec, IRsaKeyPairGenerationSpec
Base interface for key pair generation specifications. This interface is used to define the specifications for
generating key pairs, including the algorithm, key size, and other parameters.
- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionReturns the algorithm used for key pair generation.Returns the signature type used for key pair generation.
-
Method Details
-
getAlgorithm
EKeyAlgorithm getAlgorithm()Returns the algorithm used for key pair generation.- Returns:
- The algorithm used for key pair generation.
-
getSignatureType
ESignatureType getSignatureType()Returns the signature type used for key pair generation.- Returns:
- The signature type used for key pair generation.
-