Class KeyGenType
java.lang.Object
se.swedenconnect.security.credential.container.keytype.KeyGenType
KeyConfiguration 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P192 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P224 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P256 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P320 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P384 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P512 R1static final String
KeyConfiguration type identifier for elliptic curve keys with curve P-192static final String
KeyConfiguration type identifier for elliptic curve keys with curve P-224static final String
KeyConfiguration type identifier for elliptic curve keys with curve P-256static final String
KeyConfiguration type identifier for elliptic curve keys with curve P-384static final String
KeyConfiguration type identifier for elliptic curve keys with curve P-521static final String
KeyConfiguration type identifier for RSA 2048static final String
KeyConfiguration type identifier for RSA 3072static final String
KeyConfiguration type identifier for RSA 4096 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RSA_2048
KeyConfiguration type identifier for RSA 2048- See Also:
-
RSA_3072
KeyConfiguration type identifier for RSA 3072- See Also:
-
RSA_4096
KeyConfiguration type identifier for RSA 4096- See Also:
-
EC_P192
KeyConfiguration type identifier for elliptic curve keys with curve P-192- See Also:
-
EC_P224
KeyConfiguration type identifier for elliptic curve keys with curve P-224- See Also:
-
EC_P256
KeyConfiguration type identifier for elliptic curve keys with curve P-256- See Also:
-
EC_P384
KeyConfiguration type identifier for elliptic curve keys with curve P-384- See Also:
-
EC_P521
KeyConfiguration type identifier for elliptic curve keys with curve P-521- See Also:
-
EC_BRAINPOOL_192
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P192 R1- See Also:
-
EC_BRAINPOOL_224
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P224 R1- See Also:
-
EC_BRAINPOOL_256
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P256 R1- See Also:
-
EC_BRAINPOOL_320
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P320 R1- See Also:
-
EC_BRAINPOOL_384
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P384 R1- See Also:
-
EC_BRAINPOOL_512
KeyConfiguration type identifier for elliptic curve keys with curve Brainpool P512 R1- See Also:
-
-
Constructor Details
-
KeyGenType
public KeyGenType()
-