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
ConstructorDescriptionKeyPairBuilder
(EncryptionAlgorithm encryptionAlgorithm, Integer keySize) Default constructor -
Method Summary
-
Constructor Details
-
KeyPairBuilder
Default constructor- Parameters:
encryptionAlgorithm
-EncryptionAlgorithm
the encryption algorithm to generate a key pair forkeySize
- the key length
-
-
Method Details
-
build
-