Uses of Class
org.etsi.uri._01903.v1_3.CRLRefType
-
Packages that use CRLRefType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of CRLRefType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type CRLRefType Modifier and Type Field Description protected List<CRLRefType>CRLRefsType. crlRevesMethods in org.etsi.uri._01903.v1_3 that return CRLRefType Modifier and Type Method Description CRLRefTypeObjectFactory. createCRLRefType()Create an instance ofCRLRefTypeCRLRefTypeCRLRefType. withCRLIdentifier(CRLIdentifierType value)CRLRefTypeCRLRefType. withDigestAlgAndValue(DigestAlgAndValueType value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type CRLRefType Modifier and Type Method Description List<CRLRefType>CRLRefsType. getCRLReves()Gets the value of the crlReves property.Methods in org.etsi.uri._01903.v1_3 with parameters of type CRLRefType Modifier and Type Method Description CRLRefsTypeCRLRefsType. withCRLReves(CRLRefType... values)Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type CRLRefType Modifier and Type Method Description voidCRLRefsType. setCRLReves(List<CRLRefType> value)CRLRefsTypeCRLRefsType. withCRLReves(Collection<CRLRefType> values)CRLRefsTypeCRLRefsType. withCRLReves(List<CRLRefType> value)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type CRLRefType Constructor Description CRLRefsType(List<CRLRefType> crlReves)Fully-initialising value constructor
-