com.healthmarketscience.jackcess.impl.office
Enum EncryptionHeader.HashAlgorithm
java.lang.Object
java.lang.Enum<EncryptionHeader.HashAlgorithm>
com.healthmarketscience.jackcess.impl.office.EncryptionHeader.HashAlgorithm
- All Implemented Interfaces:
- Serializable, Comparable<EncryptionHeader.HashAlgorithm>
- Enclosing class:
- EncryptionHeader
public static enum EncryptionHeader.HashAlgorithm
- extends Enum<EncryptionHeader.HashAlgorithm>
EXTERNAL
public static final EncryptionHeader.HashAlgorithm EXTERNAL
SHA1
public static final EncryptionHeader.HashAlgorithm SHA1
values
public static EncryptionHeader.HashAlgorithm[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EncryptionHeader.HashAlgorithm c : EncryptionHeader.HashAlgorithm.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EncryptionHeader.HashAlgorithm valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getAlgId
public int getAlgId()
Copyright © 2010-2017 Health Market Science. All Rights Reserved.