public enum AlgorithmMetadataKey extends Enum<AlgorithmMetadataKey> implements IKlvKey
Algorithm
metadata keys.
See ST1903 for more information on these values.Enum Constant and Description |
---|
mimdId |
name |
numericPrecision |
parameters |
security |
timer |
timerOffset |
type |
Undefined |
version |
Modifier and Type | Method and Description |
---|---|
int |
getIdentifier()
Get the identifier value associated with this enumeration value.
|
static AlgorithmMetadataKey |
getKey(int tag)
Look up the metadata key by tag identifier.
|
boolean |
isDeprecated() |
static AlgorithmMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmMetadataKey Undefined
public static final AlgorithmMetadataKey mimdId
public static final AlgorithmMetadataKey timer
public static final AlgorithmMetadataKey timerOffset
public static final AlgorithmMetadataKey numericPrecision
public static final AlgorithmMetadataKey security
public static final AlgorithmMetadataKey name
public static final AlgorithmMetadataKey version
public static final AlgorithmMetadataKey type
public static final AlgorithmMetadataKey parameters
public static AlgorithmMetadataKey[] values()
for (AlgorithmMetadataKey c : AlgorithmMetadataKey.values()) System.out.println(c);
public static AlgorithmMetadataKey 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 int getIdentifier()
getIdentifier
in interface IKlvKey
public static AlgorithmMetadataKey getKey(int tag)
tag
- the integer tag value to look uppublic boolean isDeprecated()
Copyright © 2022 West Ridge Systems. All rights reserved.