Uses of Class
de.trustable.ca3s.core.service.dto.ejbca.CertificateRestResponseV2.RevocationReasonEnum
-
Packages that use CertificateRestResponseV2.RevocationReasonEnum Package Description de.trustable.ca3s.core.service.dto.ejbca -
-
Uses of CertificateRestResponseV2.RevocationReasonEnum in de.trustable.ca3s.core.service.dto.ejbca
Methods in de.trustable.ca3s.core.service.dto.ejbca that return CertificateRestResponseV2.RevocationReasonEnum Modifier and Type Method Description static CertificateRestResponseV2.RevocationReasonEnumCertificateRestResponseV2.RevocationReasonEnum. fromValue(Integer value)CertificateRestResponseV2.RevocationReasonEnumCertificateRestResponseV2.RevocationReasonEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CertificateRestResponseV2.RevocationReasonEnumCertificateRestResponseV2.RevocationReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateRestResponseV2.RevocationReasonEnum[]CertificateRestResponseV2.RevocationReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.ca3s.core.service.dto.ejbca with parameters of type CertificateRestResponseV2.RevocationReasonEnum Modifier and Type Method Description voidCertificateRestResponseV2.RevocationReasonEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CertificateRestResponseV2.RevocationReasonEnum enumeration)
-