net.rgielen.com4j.office2010.office.CertificateDetail Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum CertificateDetail {
/**
*
* The value of this constant is 0
*
*/
certdetAvailable, // 0
/**
*
* The value of this constant is 1
*
*/
certdetSubject, // 1
/**
*
* The value of this constant is 2
*
*/
certdetIssuer, // 2
/**
*
* The value of this constant is 3
*
*/
certdetExpirationDate, // 3
/**
*
* The value of this constant is 4
*
*/
certdetThumbprint, // 4
}