
net.rgielen.com4j.office2010.office.CertificateVerificationResults Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum CertificateVerificationResults {
/**
*
* The value of this constant is 0
*
*/
certverresError, // 0
/**
*
* The value of this constant is 1
*
*/
certverresVerifying, // 1
/**
*
* The value of this constant is 2
*
*/
certverresUnverified, // 2
/**
*
* The value of this constant is 3
*
*/
certverresValid, // 3
/**
*
* The value of this constant is 4
*
*/
certverresInvalid, // 4
/**
*
* The value of this constant is 5
*
*/
certverresExpired, // 5
/**
*
* The value of this constant is 6
*
*/
certverresRevoked, // 6
/**
*
* The value of this constant is 7
*
*/
certverresUntrusted, // 7
}