public static enum EncryptionHeader.HashAlgorithm extends Enum<EncryptionHeader.HashAlgorithm>
Modifier and Type | Method and Description |
---|---|
int |
getAlgId() |
static EncryptionHeader.HashAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionHeader.HashAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionHeader.HashAlgorithm EXTERNAL
public static final EncryptionHeader.HashAlgorithm SHA1
public static EncryptionHeader.HashAlgorithm[] values()
for (EncryptionHeader.HashAlgorithm c : EncryptionHeader.HashAlgorithm.values()) System.out.println(c);
public static EncryptionHeader.HashAlgorithm 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 getAlgId()
Copyright © 2010–2022 OpenHMS. All rights reserved.