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

eu.peppol.security.PkiVersion Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 4.1.2
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy