Uses of Class
org.xipki.ca.sdk.CertsMode
-
-
Uses of CertsMode in org.xipki.ca.sdk
Methods in org.xipki.ca.sdk that return CertsMode Modifier and Type Method Description CertsModeEnrollCertsRequest. getCaCertMode()static CertsModeCertsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CertsMode[]CertsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.sdk with parameters of type CertsMode Modifier and Type Method Description voidEnrollCertsRequest. setCaCertMode(CertsMode caCertMode)
-