Package com.google.crypto.tink
Class InsecureSecretKeyAccess
- java.lang.Object
-
- com.google.crypto.tink.InsecureSecretKeyAccess
-
@CheckReturnValue @Immutable public final class InsecureSecretKeyAccess extends java.lang.ObjectA helper class to createSecretKeyAccesstokens.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecretKeyAccessget()Returns aSecretKeyAccesstoken.
-
-
-
Method Detail
-
get
public static SecretKeyAccess get()
Returns aSecretKeyAccesstoken.The token can be used to access secret key material. Within Google, access to this function is restricted by the build system. Outside of Google, users can search their codebase for "InsecureSecretKeyAccess" to find instances where it is used.
-
-