|
1270 | 1270 | "RSA", |
1271 | 1271 | "RSA-HSM", |
1272 | 1272 | "oct", |
1273 | | - "oct-HSM", |
1274 | | - "OKP", |
1275 | | - "OKP-HSM" |
| 1273 | + "oct-HSM" |
1276 | 1274 | ], |
1277 | 1275 | "x-ms-enum": { |
1278 | 1276 | "name": "JsonWebKeyType", |
|
1301 | 1299 | { |
1302 | 1300 | "value": "oct-HSM", |
1303 | 1301 | "description": "Octet sequence (used to represent symmetric keys) which is stored the HSM." |
1304 | | - }, |
1305 | | - { |
1306 | | - "value": "OKP", |
1307 | | - "description": "Octet key pair (https://tools.ietf.org/html/rfc8037)" |
1308 | | - }, |
1309 | | - { |
1310 | | - "value": "OKP-HSM", |
1311 | | - "description": "Octet key pair (https://tools.ietf.org/html/rfc8037) with a private key which is stored in the HSM." |
1312 | 1302 | } |
1313 | 1303 | ] |
1314 | 1304 | } |
|
1333 | 1323 | "d": { |
1334 | 1324 | "type": "string", |
1335 | 1325 | "format": "base64url", |
1336 | | - "description": "RSA private exponent, or the D component of an EC or OKP private key." |
| 1326 | + "description": "RSA private exponent, or the D component of an EC private key." |
1337 | 1327 | }, |
1338 | 1328 | "dp": { |
1339 | 1329 | "x-ms-client-name": "DP", |
|
1381 | 1371 | "P-256", |
1382 | 1372 | "P-384", |
1383 | 1373 | "P-521", |
1384 | | - "P-256K", |
1385 | | - "Ed25519" |
| 1374 | + "P-256K" |
1386 | 1375 | ], |
1387 | 1376 | "x-ms-enum": { |
1388 | 1377 | "name": "JsonWebKeyCurveName", |
|
1403 | 1392 | { |
1404 | 1393 | "value": "P-256K", |
1405 | 1394 | "description": "The SECG SECP256K1 elliptic curve." |
1406 | | - }, |
1407 | | - { |
1408 | | - "value": "Ed25519", |
1409 | | - "description": "The Ed25519 Edwards curve." |
1410 | 1395 | } |
1411 | 1396 | ] |
1412 | 1397 | } |
1413 | 1398 | }, |
1414 | 1399 | "x": { |
1415 | 1400 | "type": "string", |
1416 | 1401 | "format": "base64url", |
1417 | | - "description": "X component of an EC or OKP public key." |
| 1402 | + "description": "X component of an EC public key." |
1418 | 1403 | }, |
1419 | 1404 | "y": { |
1420 | 1405 | "type": "string", |
|
1616 | 1601 | "RSA", |
1617 | 1602 | "RSA-HSM", |
1618 | 1603 | "oct", |
1619 | | - "oct-HSM", |
1620 | | - "OKP", |
1621 | | - "OKP-HSM" |
| 1604 | + "oct-HSM" |
1622 | 1605 | ], |
1623 | 1606 | "x-ms-enum": { |
1624 | 1607 | "name": "JsonWebKeyType", |
|
1642 | 1625 | "P-256", |
1643 | 1626 | "P-384", |
1644 | 1627 | "P-521", |
1645 | | - "P-256K", |
1646 | | - "Ed25519" |
| 1628 | + "P-256K" |
1647 | 1629 | ], |
1648 | 1630 | "x-ms-enum": { |
1649 | 1631 | "name": "JsonWebKeyCurveName", |
|
1665 | 1647 | "RSA", |
1666 | 1648 | "RSA-HSM", |
1667 | 1649 | "oct", |
1668 | | - "oct-HSM", |
1669 | | - "OKP", |
1670 | | - "OKP-HSM" |
| 1650 | + "oct-HSM" |
1671 | 1651 | ], |
1672 | 1652 | "x-ms-enum": { |
1673 | 1653 | "name": "JsonWebKeyType", |
|
1724 | 1704 | "P-256", |
1725 | 1705 | "P-384", |
1726 | 1706 | "P-521", |
1727 | | - "P-256K", |
1728 | | - "Ed25519" |
| 1707 | + "P-256K" |
1729 | 1708 | ], |
1730 | 1709 | "x-ms-enum": { |
1731 | 1710 | "name": "JsonWebKeyCurveName", |
|
1908 | 1887 | "ES256", |
1909 | 1888 | "ES384", |
1910 | 1889 | "ES512", |
1911 | | - "ES256K", |
1912 | | - "EdDSA" |
| 1890 | + "ES256K" |
1913 | 1891 | ], |
1914 | 1892 | "x-ms-enum": { |
1915 | 1893 | "name": "JsonWebKeySignatureAlgorithm", |
|
1958 | 1936 | { |
1959 | 1937 | "value": "ES256K", |
1960 | 1938 | "description": "ECDSA using P-256K and SHA-256, as described in https://tools.ietf.org/html/rfc7518" |
1961 | | - }, |
1962 | | - { |
1963 | | - "value": "EdDSA", |
1964 | | - "description": "Edwards-curve Digital Signature Algorithm, as described in https://tools.ietf.org/html/rfc8032." |
1965 | 1939 | } |
1966 | 1940 | ] |
1967 | 1941 | } |
|
1995 | 1969 | "ES256", |
1996 | 1970 | "ES384", |
1997 | 1971 | "ES512", |
1998 | | - "ES256K", |
1999 | | - "EdDSA" |
| 1972 | + "ES256K" |
2000 | 1973 | ], |
2001 | 1974 | "x-ms-enum": { |
2002 | 1975 | "name": "JsonWebKeySignatureAlgorithm", |
|
0 commit comments