-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: hayleycd <[email protected]>
- Loading branch information
Showing
11 changed files
with
30 additions
and
84 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
content/en/language_clients/go/overview.md → content/en/language_clients/go.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
type: docs | ||
category: Java | ||
title: Java Client Overview | ||
weight: 5 | ||
category: Language Clients | ||
title: Java | ||
weight: 20 | ||
--- | ||
|
||
[`sigstore-java`](https://github.com/sigstore/sigstore-java#sigstore-java) is a java client for interacting with the Sigstore infrastructure. | ||
|
||
## Features | ||
|
||
- Includes both [Maven](https://github.com/sigstore/sigstore-java/tree/main/sigstore-maven-plugin) and [Gradle](https://github.com/sigstore/sigstore-java/tree/main/sigstore-gradle) build plugins | ||
- [Maven](https://github.com/sigstore/sigstore-java/tree/main/sigstore-maven-plugin) and [Gradle](https://github.com/sigstore/sigstore-java/tree/main/sigstore-gradle) signing plugins | ||
- Keyless signing and verifying | ||
- [API](https://javadoc.io/doc/dev.sigstore/sigstore-java) | ||
- Java native signing and verifying [API](https://javadoc.io/doc/dev.sigstore/sigstore-java) | ||
|
||
## Installation | ||
|
||
|
@@ -51,9 +51,9 @@ plugins { | |
|
||
More information on the Gradle build plugin is available in the [project repository](https://github.com/sigstore/sigstore-java/tree/main/sigstore-gradle#sigstore-gradle). | ||
|
||
## Example | ||
## API Usage Examples | ||
|
||
### Signing example | ||
### Signing | ||
|
||
```java | ||
Path testArtifact = Paths.get("path/to/my/file.jar") | ||
|
@@ -66,7 +66,7 @@ Bundle result = signer.signFile(testArtifact); | |
String bundleJson = result.toJson(); | ||
``` | ||
|
||
### Verifying example | ||
### Verifying | ||
|
||
#### Get artifact and bundle | ||
|
||
|
@@ -104,4 +104,4 @@ try { | |
|
||
### Additional examples | ||
|
||
[Additional](https://github.com/sigstore/sigstore-java/tree/main/examples/hello-world#sigstore-examples) [examples](https://github.com/sigstore/sigstore-java/tree/main/examples/pgp#pgp-test-keys-for-examples) are available in the project repository. | ||
[Additional](https://github.com/sigstore/sigstore-java/tree/main/examples/hello-world#sigstore-examples) [examples](https://github.com/sigstore/sigstore-java/tree/main/examples/pgp#pgp-test-keys-for-examples) are available in the project repository. | ||
Check failure on line 107 in content/en/language_clients/java.md GitHub Actions / markdownlintFiles should end with a single newline character
|
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...n/language_clients/javascript/overview.md → content/en/language_clients/javascript.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...nt/en/language_clients/python/overview.md → content/en/language_clients/python.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
content/en/language_clients/rust/overview.md → content/en/language_clients/rust.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.