Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Fixing an invalid documentation link that was causing a 404 Not Found…
Browse files Browse the repository at this point in the history
… error

PiperOrigin-RevId: 378875719
(cherry picked from commit 5a2ab68)
  • Loading branch information
ise-crypto authored and chuckx committed Jul 9, 2021
1 parent 2d8799b commit 9adfa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java_src/gcs/GcsEnvelopeAeadExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static void main(String[] args) throws Exception {
String gcsBlobPath = args[5];
// This will bind the encryption to the location of the GCS blob. That if, if you rename or
// move the blob to a different bucket, decryption will fail.
// See https://developers.google.com/tink/AEAD#associated_data.
// See https://developers.google.com/tink/aead#associated_data.
byte[] associatedData = gcsBlobPath.getBytes(UTF_8);
byte[] ciphertext = aead.encrypt(input, associatedData);

Expand Down

0 comments on commit 9adfa46

Please sign in to comment.