Package com.google.crypto.tink.config
Class TinkFips
- java.lang.Object
-
- com.google.crypto.tink.config.TinkFips
-
public final class TinkFips extends java.lang.ObjectStatic methods for checking if Tink has been built in FIPS-mode.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrestrictToFips()static booleanuseOnlyFips()Returns true if the FIPS-mode has been enabled at build time or runtime.
-