public enum DekFormat extends Enum<DekFormat>
| Enum Constant and Description |
|---|
AES128_GCM |
AES256_GCM |
AES256_SIV |
| Modifier and Type | Method and Description |
|---|---|
com.google.crypto.tink.Parameters |
getParameters() |
boolean |
isDeterministic() |
static DekFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DekFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DekFormat AES128_GCM
public static final DekFormat AES256_GCM
public static final DekFormat AES256_SIV
public static DekFormat[] values()
for (DekFormat c : DekFormat.values()) System.out.println(c);
public static DekFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isDeterministic()
public com.google.crypto.tink.Parameters getParameters()
Copyright © 2025 Confluent, Inc.. All rights reserved.