All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.EncryptionProviderDetail Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

/**
 */
public enum EncryptionProviderDetail {
  /**
   * 

* The value of this constant is 0 *

*/ encprovdetUrl, // 0 /** *

* The value of this constant is 1 *

*/ encprovdetAlgorithm, // 1 /** *

* The value of this constant is 2 *

*/ encprovdetBlockCipher, // 2 /** *

* The value of this constant is 3 *

*/ encprovdetCipherBlockSize, // 3 /** *

* The value of this constant is 4 *

*/ encprovdetCipherMode, // 4 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy