Uses of Class
org.xipki.ca.api.profile.Certprofile.X509CertVersion
-
Packages that use Certprofile.X509CertVersion Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.X509CertVersion in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return Certprofile.X509CertVersion Modifier and Type Method Description static Certprofile.X509CertVersionCertprofile.X509CertVersion. forName(String version)Certprofile.X509CertVersionCertprofile. getVersion()static Certprofile.X509CertVersionCertprofile.X509CertVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Certprofile.X509CertVersion[]Certprofile.X509CertVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-