Class WebAuthnCredentialData

    • Constructor Detail

      • WebAuthnCredentialData

        public WebAuthnCredentialData​(String aaguid,
                                      String credentialId,
                                      long counter,
                                      String attestationStatement,
                                      String credentialPublicKey,
                                      String attestationStatementFormat,
                                      Set<String> transports)
    • Method Detail

      • getAaguid

        public String getAaguid()
      • getCredentialId

        public String getCredentialId()
      • getAttestationStatement

        public String getAttestationStatement()
      • getCredentialPublicKey

        public String getCredentialPublicKey()
      • getCounter

        public long getCounter()
      • setCounter

        public void setCounter​(long counter)
      • getAttestationStatementFormat

        public String getAttestationStatementFormat()
      • setAttestationStatementFormat

        public void setAttestationStatementFormat​(String attestationStatementFormat)
      • getTransports

        public Set<String> getTransports()
      • setTransports

        public void setTransports​(Set<String> transports)