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

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

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

Methods in com.healthmarketscience.jackcess.impl.office that return EncryptionHeader.CryptoAlgorithm
 EncryptionHeader.CryptoAlgorithm EncryptionHeader.getCryptoAlgorithm()
           
static EncryptionHeader.CryptoAlgorithm EncryptionHeader.CryptoAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncryptionHeader.CryptoAlgorithm[] EncryptionHeader.CryptoAlgorithm.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.CryptoAlgorithm
static EncryptionHeader EncryptionHeader.read(ByteBuffer encProvBuf, Set<EncryptionHeader.CryptoAlgorithm> validCryptoAlgos, Set<EncryptionHeader.HashAlgorithm> validHashAlgos)
           
 

Constructors in com.healthmarketscience.jackcess.impl.office with parameters of type EncryptionHeader.CryptoAlgorithm
EncryptionVerifier(ByteBuffer buffer, EncryptionHeader.CryptoAlgorithm cryptoAlg)
           
 



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