Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/xml/Java.Security.Spec/EdECPrivateKeySpec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<param name="params">the algorithm parameters.</param>
<param name="bytes">the key as a byte array. This array is copied
to protect against subsequent modification.</param>
<exception cref="T:Java.Lang.NullPointerException">if <c>params</c> or <c>bytes</c> is null.</exception>
<summary>Construct a private key spec using the supplied parameters and
bit string.</summary>
<remarks>
Expand Down
1 change: 1 addition & 0 deletions docs/xml/Java.Security.Spec/EdECPublicKeySpec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<Docs>
<param name="params">the algorithm parameters.</param>
<param name="point">the point representing the public key.</param>
<exception cref="T:Java.Lang.NullPointerException">if <c>params</c> or <c>point</c> is null.</exception>
<summary>Construct a public key spec using the supplied parameters and
point.</summary>
<remarks>
Expand Down
1 change: 1 addition & 0 deletions docs/xml/Java.Security.Spec/XECPrivateKeySpec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<param name="params">the algorithm parameters</param>
<param name="scalar">the unpruned encoded scalar value. This array is copied
to protect against subsequent modification.</param>
<exception cref="T:Java.Lang.NullPointerException">if <c>params</c> or <c>scalar</c> is null.</exception>
<summary>Construct a private key spec using the supplied parameters and
encoded scalar value.</summary>
<remarks>
Expand Down
1 change: 1 addition & 0 deletions docs/xml/Java.Security.Spec/XECPublicKeySpec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<param name="params">the algorithm parameters</param>
<param name="u">the u-coordinate of the point, represented using a BigInteger
which may hold any value</param>
<exception cref="T:Java.Lang.NullPointerException">if <c>params</c> or <c>u</c> is null.</exception>
<summary>Construct a public key spec using the supplied parameters and
u coordinate.</summary>
<remarks>
Expand Down