Class KeyPairBuilder
java.lang.Object
eu.europa.esig.dss.pki.jaxb.builder.KeyPairBuilder
Builds a key pair given the provided
EncryptionAlgorithm and key size-
Constructor Summary
ConstructorsConstructorDescriptionKeyPairBuilder(EncryptionAlgorithm encryptionAlgorithm, Integer keySize) Default constructor -
Method Summary
-
Constructor Details
-
KeyPairBuilder
Default constructor- Parameters:
encryptionAlgorithm-EncryptionAlgorithmthe encryption algorithm to generate a key pair forkeySize- the key length
-
-
Method Details
-
build
-