| commit | faba6365d8d4b346f559e3dfe4fe4be2635acaa4 | [log] [tgz] |
|---|---|---|
| author | Thomas Holenstein <tholenst@google.com> | Thu Dec 29 07:25:21 2022 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 29 07:25:58 2022 -0800 |
| tree | 260e41a574a9124a5cc2cb7c07da5eb1363cb5f3 | |
| parent | 64dc082bb3b84a5092749179a7aee31c9dd4ed3a [diff] |
Undeprecate TinkConfig().register(). This is the only way to register all of Tink, and there isn't much value in everyone only registering individual parts. PiperOrigin-RevId: 498384188 Change-Id: I4c44e2c2a1b2cd9c79210a190585210b2f4ac0f1
diff --git a/src/main/java/com/google/crypto/tink/config/TinkConfig.java b/src/main/java/com/google/crypto/tink/config/TinkConfig.java index 5b3bed1..4929eed 100644 --- a/src/main/java/com/google/crypto/tink/config/TinkConfig.java +++ b/src/main/java/com/google/crypto/tink/config/TinkConfig.java
@@ -35,9 +35,7 @@ * }</pre> * * @since 1.0.0 - * @deprecated Use per-primitive configs, e.g., {@link AeadConfig}, {@link HybridConfig}, etc. */ -@Deprecated public final class TinkConfig { /** @deprecated */ @Deprecated