aboutsummaryrefslogtreecommitdiff
path: root/java_src/examples
AgeCommit message (Expand)Author
2023-07-25Rewrite EnvelopeAeadExample.java so that it doesn't register the kms client.juerg
2023-07-20Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.jsonambrosin
2023-07-18Fixed corrupt gradle jar file.Tink Team
2023-07-17Upgrade Gradle to 7.6.2.Tink Team
2023-05-11Add Java walkthrough example to read an JSON-serialized encrypted keyset.ambrosin
2023-05-09Fix the BUILD file in the CleartextKeysetExample.tholenst
2023-05-05Modernize the StreamingAead example.tholenst
2023-05-05Modernize the "EncryptedKeysetExample"tholenst
2023-05-04Modernize CleartextKeysetExampletholenst
2023-05-04Modernize the Hybrid and Signature examples.tholenst
2023-05-04Delete the HelloWorld example.tholenst
2023-05-03Modernize the Aead, Mac, and DeterministicAead examples.tholenst
2023-05-03Modernize the JWT examples.tholenst
2023-04-26Use PredefinedAeadParameters instead of AeadKeyTemplates in most examples.tholenst
2023-04-18Adding missing Maven dependencies in tink-android POM file.ambrosin
2023-03-22Upgrade //third_party/gradle to 7.6.1Tink Team
2023-03-17Uniform comments for walkthrough examples.ambrosin
2023-03-17Add example to serialize a keyset encrypted using a KMS key.ambrosin
2023-03-16Add walkthrough examples for tink-java that showcase key creation and primiti...ambrosin
2023-03-01Remove unused tink_*_WORKSPACE filesambrosin
2023-02-09Call TinkConfig.register() instead of calling deprecated functions.tholenst
2023-01-30Bump version of google-api-client and google-api-services-cloudkmsambrosin
2023-01-27Fix README for Hybrid Encryption.Tink Team
2023-01-09Upgrade to latest gradle versionTink Team
2022-12-21Upgrade to Bazel 6 in most projects.tholenst
2022-12-20Remove more enforcer plugin references.tholenst
2022-12-19Remove usage of the maven enforcer plugin and exclusions.tholenst
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-04Declare only direct dependencies in tink-gcpkms POM file.ambrosin
2022-11-03Declare only direct dependencies in tink-awskms POM file.ambrosin
2022-11-03Include direct dependencies in Tink's POM file.ambrosin
2022-10-24Include protobuf as a Maven dependency instead of as a Bazel oneambrosin
2022-10-20Use JsonKeysetReader and JsonKeysetWriter only with streams, and not with files.juerg
2022-10-19Use JsonKeysetReader.withInputStream instead of withFile.juerg
2022-10-11Move Android example to Tink Java examples.ambrosin
2022-09-21Move KMS testdata documentation to the KMS specific subdirectories.ckl
2022-09-20Replace deprecated function in Java JWT example.juerg
2022-08-05Move java examples to the corresponding project's folderambrosin