Uses of Class
org.xipki.ca.api.profile.Certprofile.CertLevel
-
Packages that use Certprofile.CertLevel Package Description org.xipki.ca.api.profile -
-
Uses of Certprofile.CertLevel in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return Certprofile.CertLevel Modifier and Type Method Description abstract Certprofile.CertLevelCertprofile. getCertLevel()static Certprofile.CertLevelCertprofile.CertLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Certprofile.CertLevel[]Certprofile.CertLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.profile with parameters of type Certprofile.CertLevel Modifier and Type Method Description static ExtensionSpecExtensionSpec. getExtensionSpec(Certprofile.CertDomain domain, Certprofile.CertLevel certLevel)
-