| Modifier and Type | Field and Description |
|---|---|
static TinkFipsUtil.AlgorithmFipsCompatibility |
InsecureNonceAesGcmJce.FIPS |
| Modifier and Type | Method and Description |
|---|---|
static TinkFipsUtil.AlgorithmFipsCompatibility |
TinkFipsUtil.AlgorithmFipsCompatibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TinkFipsUtil.AlgorithmFipsCompatibility[] |
TinkFipsUtil.AlgorithmFipsCompatibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<P> void |
KeyManagerRegistry.registerKeyManagerWithFipsCompatibility(KeyManager<P> manager,
TinkFipsUtil.AlgorithmFipsCompatibility compatibility,
boolean newKeyAllowed)
Attempts to insert the given KeyManager into the object; the caller guarantees that the given
key manager satisfies the given FIPS compatibility.
|
| Modifier and Type | Method and Description |
|---|---|
TinkFipsUtil.AlgorithmFipsCompatibility |
JwtHmacKeyManager.fipsStatus() |
| Modifier and Type | Field and Description |
|---|---|
static TinkFipsUtil.AlgorithmFipsCompatibility |
Ed25519VerifyJce.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
Ed25519SignJce.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
EcdsaVerifyJce.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
EcdsaSignJce.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
RsaSsaPssVerifyConscrypt.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
RsaSsaPssSignConscrypt.FIPS |
static TinkFipsUtil.AlgorithmFipsCompatibility |
RsaSsaPkcs1VerifyConscrypt.FIPS |