Uses of Class
com.healthmarketscience.jackcess.impl.office.EncryptionHeader.HashAlgorithm

Packages that use EncryptionHeader.HashAlgorithm
com.healthmarketscience.jackcess.impl.office   
 

Uses of EncryptionHeader.HashAlgorithm in com.healthmarketscience.jackcess.impl.office
 

Methods in com.healthmarketscience.jackcess.impl.office that return EncryptionHeader.HashAlgorithm
 EncryptionHeader.HashAlgorithm EncryptionHeader.getHashAlgorithm()
           
static EncryptionHeader.HashAlgorithm EncryptionHeader.HashAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncryptionHeader.HashAlgorithm[] EncryptionHeader.HashAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.healthmarketscience.jackcess.impl.office with type arguments of type EncryptionHeader.HashAlgorithm
static EncryptionHeader EncryptionHeader.read(ByteBuffer encProvBuf, Set<EncryptionHeader.CryptoAlgorithm> validCryptoAlgos, Set<EncryptionHeader.HashAlgorithm> validHashAlgos)
           
 



Copyright © 2010-2017 Health Market Science. All Rights Reserved.