Skip to content

Commit

Permalink
Updated JavaDoc for version 1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
TakahikoKawasaki committed May 11, 2024
1 parent e630836 commit 39b1012
Show file tree
Hide file tree
Showing 351 changed files with 3,238 additions and 1,763 deletions.
7 changes: 4 additions & 3 deletions allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:06 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:57 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>All Classes (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -125,6 +125,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/authlete/cwt/constants/CWTClaims.html" title="class in com.authlete.cwt.constants" target="classFrame">CWTClaims</a></li>
<li><a href="com/authlete/cwt/CWTClaimsSet.html" title="class in com.authlete.cwt" target="classFrame">CWTClaimsSet</a></li>
<li><a href="com/authlete/cwt/CWTClaimsSetBuilder.html" title="class in com.authlete.cwt" target="classFrame">CWTClaimsSetBuilder</a></li>
<li><a href="com/authlete/cwt/CWTKeyProofBuilder.html" title="class in com.authlete.cwt" target="classFrame">CWTKeyProofBuilder</a></li>
<li><a href="com/authlete/cwt/CWTTagProcessor.html" title="class in com.authlete.cwt" target="classFrame">CWTTagProcessor</a></li>
<li><a href="com/authlete/mdoc/DataElementsArray.html" title="class in com.authlete.mdoc" target="classFrame">DataElementsArray</a></li>
<li><a href="com/authlete/mdoc/DeviceAuth.html" title="class in com.authlete.mdoc" target="classFrame">DeviceAuth</a></li>
Expand Down
7 changes: 4 additions & 3 deletions allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:06 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:57 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>All Classes (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -125,6 +125,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/authlete/cwt/constants/CWTClaims.html" title="class in com.authlete.cwt.constants">CWTClaims</a></li>
<li><a href="com/authlete/cwt/CWTClaimsSet.html" title="class in com.authlete.cwt">CWTClaimsSet</a></li>
<li><a href="com/authlete/cwt/CWTClaimsSetBuilder.html" title="class in com.authlete.cwt">CWTClaimsSetBuilder</a></li>
<li><a href="com/authlete/cwt/CWTKeyProofBuilder.html" title="class in com.authlete.cwt">CWTKeyProofBuilder</a></li>
<li><a href="com/authlete/cwt/CWTTagProcessor.html" title="class in com.authlete.cwt">CWTTagProcessor</a></li>
<li><a href="com/authlete/mdoc/DataElementsArray.html" title="class in com.authlete.mdoc">DataElementsArray</a></li>
<li><a href="com/authlete/mdoc/DeviceAuth.html" title="class in com.authlete.mdoc">DeviceAuth</a></li>
Expand Down
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORBigInteger.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:03 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:54 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORBigInteger (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORBigInteger (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORBigInteger (com.authlete:cbor 1.14 API)";
parent.document.title="CBORBigInteger (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -323,6 +323,6 @@ <h4>encode</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORBoolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:03 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:54 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORBoolean (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORBoolean (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORBoolean (com.authlete:cbor 1.14 API)";
parent.document.title="CBORBoolean (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -337,6 +337,6 @@ <h4>encode</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORBreak.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:03 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:54 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORBreak (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORBreak (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORBreak (com.authlete:cbor 1.14 API)";
parent.document.title="CBORBreak (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -347,6 +347,6 @@ <h4>parse</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORByteArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORByteArray (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORByteArray (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORByteArray (com.authlete:cbor 1.14 API)";
parent.document.title="CBORByteArray (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -524,6 +524,6 @@ <h4>encode</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORConstants.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORConstants (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORConstants (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORConstants (com.authlete:cbor 1.14 API)";
parent.document.title="CBORConstants (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -388,6 +388,6 @@ <h4>CBORConstants</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDecoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDecoder (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDecoder (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDecoder (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDecoder (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -488,6 +488,6 @@ <h4>all</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDecoderException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDecoderException (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDecoderException (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDecoderException (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDecoderException (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -391,6 +391,6 @@ <h4>getOffset</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDecoderOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDecoderOptions (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDecoderOptions (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDecoderOptions (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDecoderOptions (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -326,6 +326,6 @@ <h4>removeTagProcessor</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDefaultDecoderOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDefaultDecoderOptions (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDefaultDecoderOptions (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDefaultDecoderOptions (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDefaultDecoderOptions (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -317,6 +317,6 @@ <h4>CBORDefaultDecoderOptions</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDiagnosticNotationException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDiagnosticNotationException (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDiagnosticNotationException (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDiagnosticNotationException (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDiagnosticNotationException (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -340,6 +340,6 @@ <h4>CBORDiagnosticNotationException</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
10 changes: 5 additions & 5 deletions com/authlete/cbor/CBORDiagnosticNotationParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en -xdoclint:-html">
<head>
<!-- Generated by javadoc (1.8.0_275) on Sun Dec 24 01:10:04 JST 2023 -->
<!-- Generated by javadoc (1.8.0_275) on Sat May 11 09:25:55 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CBORDiagnosticNotationParser (com.authlete:cbor 1.14 API)</title>
<meta name="date" content="2023-12-24">
<title>CBORDiagnosticNotationParser (com.authlete:cbor 1.15 API)</title>
<meta name="date" content="2024-05-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CBORDiagnosticNotationParser (com.authlete:cbor 1.14 API)";
parent.document.title="CBORDiagnosticNotationParser (com.authlete:cbor 1.15 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -256,6 +256,6 @@ <h4>parseItem</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</body>
</html>
Loading

0 comments on commit 39b1012

Please sign in to comment.