Class KeyPairBuilder

java.lang.Object
eu.europa.esig.dss.pki.jaxb.builder.KeyPairBuilder

public class KeyPairBuilder extends Object
Builds a key pair given the provided EncryptionAlgorithm and key size
  • Constructor Details

    • KeyPairBuilder

      public KeyPairBuilder(EncryptionAlgorithm encryptionAlgorithm, Integer keySize)
      Default constructor
      Parameters:
      encryptionAlgorithm - EncryptionAlgorithm the encryption algorithm to generate a key pair for
      keySize - the key length
  • Method Details