Uses of Class
org.etsi.uri._01903.v1_3.OCSPRefType
-
Packages that use OCSPRefType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of OCSPRefType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type OCSPRefType Modifier and Type Field Description protected List<OCSPRefType>OCSPRefsType. ocspRevesMethods in org.etsi.uri._01903.v1_3 that return OCSPRefType Modifier and Type Method Description OCSPRefTypeObjectFactory. createOCSPRefType()Create an instance ofOCSPRefTypeOCSPRefTypeOCSPRefType. withDigestAlgAndValue(DigestAlgAndValueType value)OCSPRefTypeOCSPRefType. withOCSPIdentifier(OCSPIdentifierType value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type OCSPRefType Modifier and Type Method Description List<OCSPRefType>OCSPRefsType. getOCSPReves()Gets the value of the ocspReves property.Methods in org.etsi.uri._01903.v1_3 with parameters of type OCSPRefType Modifier and Type Method Description OCSPRefsTypeOCSPRefsType. withOCSPReves(OCSPRefType... values)Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type OCSPRefType Modifier and Type Method Description voidOCSPRefsType. setOCSPReves(List<OCSPRefType> value)OCSPRefsTypeOCSPRefsType. withOCSPReves(Collection<OCSPRefType> values)OCSPRefsTypeOCSPRefsType. withOCSPReves(List<OCSPRefType> value)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type OCSPRefType Constructor Description OCSPRefsType(List<OCSPRefType> ocspReves)Fully-initialising value constructor
-