java.lang.Object
se.swedenconnect.security.credential.container.keytype.KeyGenType

public class KeyGenType extends Object
Key generation static constants and resources for use with the PkiCredentialContainer key generation functions.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Field Details

    • RSA_2048

      public static final String RSA_2048
      Key type identifier for RSA 2048
      See Also:
    • RSA_3072

      public static final String RSA_3072
      Key type identifier for RSA 3072
      See Also:
    • RSA_4096

      public static final String RSA_4096
      Key type identifier for RSA 4096
      See Also:
    • EC_P192

      public static final String EC_P192
      Key type identifier for elliptic curve keys with curve P-192
      See Also:
    • EC_P224

      public static final String EC_P224
      Key type identifier for elliptic curve keys with curve P-224
      See Also:
    • EC_P256

      public static final String EC_P256
      Key type identifier for elliptic curve keys with curve P-256
      See Also:
    • EC_P384

      public static final String EC_P384
      Key type identifier for elliptic curve keys with curve P-384
      See Also:
    • EC_P521

      public static final String EC_P521
      Key type identifier for elliptic curve keys with curve P-521
      See Also:
    • EC_BRAINPOOL_192

      public static final String EC_BRAINPOOL_192
      Key type identifier for elliptic curve keys with curve Brainpool P192 R1
      See Also:
    • EC_BRAINPOOL_224

      public static final String EC_BRAINPOOL_224
      Key type identifier for elliptic curve keys with curve Brainpool P224 R1
      See Also:
    • EC_BRAINPOOL_256

      public static final String EC_BRAINPOOL_256
      Key type identifier for elliptic curve keys with curve Brainpool P256 R1
      See Also:
    • EC_BRAINPOOL_320

      public static final String EC_BRAINPOOL_320
      Key type identifier for elliptic curve keys with curve Brainpool P320 R1
      See Also:
    • EC_BRAINPOOL_384

      public static final String EC_BRAINPOOL_384
      Key type identifier for elliptic curve keys with curve Brainpool P384 R1
      See Also:
    • EC_BRAINPOOL_512

      public static final String EC_BRAINPOOL_512
      Key type identifier for elliptic curve keys with curve Brainpool P512 R1
      See Also:
  • Constructor Details

    • KeyGenType

      public KeyGenType()