public enum V3IntegrityCheckAlgorithm extends Enum<V3IntegrityCheckAlgorithm>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
SHA1
This algorithm is defined in FIPS PUB 180-1: Secure Hash Standard.
|
SHA256
This algorithm is defined in FIPS PUB 180-2: Secure Hash Standard.
|
| Modifier and Type | Method and Description |
|---|---|
static V3IntegrityCheckAlgorithm |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3IntegrityCheckAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3IntegrityCheckAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3IntegrityCheckAlgorithm SHA1
public static final V3IntegrityCheckAlgorithm SHA256
public static final V3IntegrityCheckAlgorithm NULL
public static V3IntegrityCheckAlgorithm[] values()
for (V3IntegrityCheckAlgorithm c : V3IntegrityCheckAlgorithm.values()) System.out.println(c);
public static V3IntegrityCheckAlgorithm 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 static V3IntegrityCheckAlgorithm fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.