Class PublicKeyCredentialParameters
java.lang.Object
org.springframework.security.web.webauthn.api.PublicKeyCredentialParameters
The PublicKeyCredentialParameters
is used to supply additional parameters when creating a new credential.
- Since:
- 6.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
static final PublicKeyCredentialParameters
-
Method Summary
Modifier and TypeMethodDescriptiongetAlg()
The alg member specifies the cryptographic signature algorithm with which the newly generated credential will be used, and thus also the type of asymmetric key pair to be generated, e.g., RSA or Elliptic Curve.getType()
The type property member specifies the type of credential to be created.
-
Field Details
-
EdDSA
-
ES256
-
ES384
-
ES512
-
RS256
-
RS384
-
RS512
-
RS1
-
-
Method Details
-
getType
The type property member specifies the type of credential to be created.- Returns:
- the type
-
getAlg
The alg member specifies the cryptographic signature algorithm with which the newly generated credential will be used, and thus also the type of asymmetric key pair to be generated, e.g., RSA or Elliptic Curve.- Returns:
- the algorithm
-