eu.peppol.security.PkiVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oxalis-api Show documentation
Show all versions of oxalis-api Show documentation
Holds the stuff required by external components, which may be hooked into Oxalis.
Classes and resources in this module should be made available to oxalis-inbound
by placing it into a shared library in the web container.
package eu.peppol.security;
/**
* Known versions of the PKI subsystem.
*
* @author steinar
* Date: 24.05.13
* Time: 16:52
*/
public enum PkiVersion {
/** Initial version, in which all certificates were "test" certificates, no production certificates */
V1,
/** Transitional version only to be used between Sept 1st and Oct 1st 2013 */
T,
/** Second version, in which certificates comes in two flavours; TEST or PRODUCTION */
V2;
}