org.nhindirect.config.store.CertPolicyUse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of config-store Show documentation
Show all versions of config-store Show documentation
NHIN Direct Security And Trust Agent
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