Class AuthData


  • public class AuthData
    extends Object
    authData structure from https://www.w3.org/TR/webauthn/#authenticator-data
    Version:
    March 9, 2020
    Author:
    Yuriy Movchan
    • Constructor Detail

      • AuthData

        public AuthData()
    • Method Detail

      • getRpIdHash

        public byte[] getRpIdHash()
      • setRpIdHash

        public AuthData setRpIdHash​(byte[] rpIdHash)
      • getFlags

        public byte[] getFlags()
      • setFlags

        public AuthData setFlags​(byte[] flags)
      • getCounters

        public byte[] getCounters()
      • setCounters

        public AuthData setCounters​(byte[] counters)
      • getAaguid

        public byte[] getAaguid()
      • setAaguid

        public AuthData setAaguid​(byte[] aaguid)
      • getCredId

        public byte[] getCredId()
      • setCredId

        public AuthData setCredId​(byte[] credId)
      • getCosePublicKey

        public byte[] getCosePublicKey()
      • setCosePublicKey

        public AuthData setCosePublicKey​(byte[] cosePublicKey)
      • getAttestationBuffer

        public byte[] getAttestationBuffer()
      • setAttestationBuffer

        public void setAttestationBuffer​(byte[] attestationBuffer)
      • getKeyType

        public int getKeyType()
      • setKeyType

        public void setKeyType​(int keyType)
      • getAuthDataDecoded

        public byte[] getAuthDataDecoded()
      • setAuthDataDecoded

        public void setAuthDataDecoded​(byte[] authDataDecoded)
      • getExtensions

        public byte[] getExtensions()
      • setExtensions

        public AuthData setExtensions​(byte[] extensions)