public static enum ImplementationConstants._N extends Enum<ImplementationConstants._N>
| Modifier and Type | Method and Description |
|---|---|
static ImplementationConstants._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationConstants._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationConstants._N OSSL
public static final ImplementationConstants._N LTC
public static final ImplementationConstants._N MSBN
public static final ImplementationConstants._N SYMCRYPT
public static final ImplementationConstants._N HASH_COUNT
public static final ImplementationConstants._N MAX_SYM_KEY_BITS
public static final ImplementationConstants._N MAX_SYM_KEY_BYTES
public static final ImplementationConstants._N MAX_SYM_BLOCK_SIZE
public static final ImplementationConstants._N MAX_CAP_CC
public static final ImplementationConstants._N MAX_RSA_KEY_BYTES
public static final ImplementationConstants._N MAX_AES_KEY_BYTES
public static final ImplementationConstants._N MAX_ECC_KEY_BYTES
public static final ImplementationConstants._N LABEL_MAX_BUFFER
public static final ImplementationConstants._N MAX_CAP_DATA
public static final ImplementationConstants._N MAX_CAP_ALGS
public static final ImplementationConstants._N MAX_CAP_HANDLES
public static final ImplementationConstants._N MAX_TPM_PROPERTIES
public static final ImplementationConstants._N MAX_PCR_PROPERTIES
public static final ImplementationConstants._N MAX_ECC_CURVES
public static final ImplementationConstants._N MAX_TAGGED_POLICIES
public static final ImplementationConstants._N MAX_AC_CAPABILITIES
public static ImplementationConstants._N[] values()
for (ImplementationConstants._N c : ImplementationConstants._N.values()) System.out.println(c);
public static ImplementationConstants._N 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 nullCopyright © 2017. All rights reserved.