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