Uses of Class
org.xipki.ocsp.server.OcspServerConf.EmbedCertsMode
-
Packages that use OcspServerConf.EmbedCertsMode Package Description org.xipki.ocsp.server -
-
Uses of OcspServerConf.EmbedCertsMode in org.xipki.ocsp.server
Methods in org.xipki.ocsp.server that return OcspServerConf.EmbedCertsMode Modifier and Type Method Description OcspServerConf.EmbedCertsModeOcspServerConf.ResponseOption. getEmbedCertsMode()static OcspServerConf.EmbedCertsModeOcspServerConf.EmbedCertsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OcspServerConf.EmbedCertsMode[]OcspServerConf.EmbedCertsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ocsp.server with parameters of type OcspServerConf.EmbedCertsMode Modifier and Type Method Description voidOcspServerConf.ResponseOption. setEmbedCertsMode(OcspServerConf.EmbedCertsMode embedCertsMode)
-