Uses of Class
org.etsi.uri._01903.v1_3.OCSPValuesType
-
Packages that use OCSPValuesType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of OCSPValuesType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as OCSPValuesType Modifier and Type Field Description protected OCSPValuesTypeRevocationValuesType. ocspValuesMethods in org.etsi.uri._01903.v1_3 that return OCSPValuesType Modifier and Type Method Description OCSPValuesTypeObjectFactory. createOCSPValuesType()Create an instance ofOCSPValuesTypeOCSPValuesTypeRevocationValuesType. getOCSPValues()Gets the value of the ocspValues property.OCSPValuesTypeOCSPValuesType. withEncapsulatedOCSPValues(Collection<EncapsulatedPKIData> values)OCSPValuesTypeOCSPValuesType. withEncapsulatedOCSPValues(List<EncapsulatedPKIData> value)OCSPValuesTypeOCSPValuesType. withEncapsulatedOCSPValues(EncapsulatedPKIData... values)Methods in org.etsi.uri._01903.v1_3 with parameters of type OCSPValuesType Modifier and Type Method Description voidRevocationValuesType. setOCSPValues(OCSPValuesType value)Sets the value of the ocspValues property.RevocationValuesTypeRevocationValuesType. withOCSPValues(OCSPValuesType value)Constructors in org.etsi.uri._01903.v1_3 with parameters of type OCSPValuesType Constructor Description RevocationValuesType(CRLValuesType crlValues, OCSPValuesType ocspValues, OtherCertStatusValuesType otherValues, String id)Fully-initialising value constructor
-