クラス WebAuthn4jDataMapper

java.lang.Object
org.iplass.mtp.impl.auth.authenticate.webauthn.WebAuthn4jDataMapper

class WebAuthn4jDataMapper extends Object
  • コンストラクタの詳細

    • WebAuthn4jDataMapper

      WebAuthn4jDataMapper()
  • メソッドの詳細

    • newPublicKeyCredentialRequestOptions

      com.webauthn4j.data.PublicKeyCredentialRequestOptions newPublicKeyCredentialRequestOptions(String rpId, byte[] challengeBytes, UserVerificationRequirement userVerificationRequirement, Long timeout)
    • newPublicKeyCredentialCreationOptions

      com.webauthn4j.data.PublicKeyCredentialCreationOptions newPublicKeyCredentialCreationOptions(String rpId, String rpName, byte[] userId, String userName, String userDisplayName, byte[] challengeBytes, AttestationConveyancePreference attestationConveyancePreference, AuthenticatorAttachment authenticatorAttachment, ResidentKeyRequirement residentKeyRequirement, UserVerificationRequirement userVerificationRequirement, List<String> algList, Long timeout)
    • newChallenge

      public com.webauthn4j.data.client.challenge.Challenge newChallenge(byte[] challengeBytes)
    • newPublicKeyCredentialParameters

      public List<com.webauthn4j.data.PublicKeyCredentialParameters> newPublicKeyCredentialParameters(List<String> algList)
    • newOrigin

      public com.webauthn4j.data.client.Origin newOrigin(String origin)