Skip to content

Commit

Permalink
Remove algorithm from FIDOCredentialInfo
Browse files Browse the repository at this point in the history
Closes issue #41
  • Loading branch information
leshi committed Mar 31, 2016
1 parent fec93ae commit 2afb1d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.src.html
Expand Up @@ -209,7 +209,6 @@

interface FIDOCredentialInfo {
readonly attribute Credential credential;
readonly attribute AlgorithmIdentifier algorithm;
readonly attribute any publicKey;
readonly attribute AttestationStatement attestation;
};
Expand Down Expand Up @@ -393,8 +392,6 @@

<p>The <dfn>credential</dfn> attribute contains a unique identifier for the credential represented by this object.</p>

<p>The <dfn>algorithm</dfn> attribute contains the cryptographic algorithm associated with the credential, in the format defined in [[!WebCryptoAPI]].</p>

<p>The <dfn>publicKey</dfn> attribute contains the public key associated with the credential, represented as a JsonWebKey structure as defined in [[!WebCryptoAPI]].</p>

<p>The <dfn>attestation</dfn> attribute contains a key attestation statement returned by the authenticator. This provides information about the credential and the authenticator it is held in, such as the level of security assurance provided by the authenticator.</p>
Expand Down

0 comments on commit 2afb1d2

Please sign in to comment.