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

org.nhindirect.config.store.CertPolicyUse Maven / Gradle / Ivy

There is a newer version: 8.0.0
Show newest version
package org.nhindirect.config.store;

public enum CertPolicyUse 
{
	/**
	 * Used when validating certificate path trust chaining
	 */
	TRUST,
	
	/**
	 * Used when accessing certificate via a private resolver.
	 */
	PRIVATE_RESOLVER,
	
	/**
	 * Used when accessing certificate via a public resolver.
	 */
	PUBLIC_RESOLVER,
	
	/**
	 * Used when performing basic policy validation outside the context of the security and trust agent.
	 */
	VALIDATION
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy