Uses of Class
es.uji.crypto.xades.jxades.security.xml.XAdES.OCSPRef
-
Packages that use OCSPRef Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of OCSPRef in es.uji.crypto.xades.jxades.security.xml.XAdES
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES with type parameters of type OCSPRef Modifier and Type Field Description private java.util.List<OCSPRef>
CompleteRevocationRefsImpl. ocspRefs
private java.util.List<OCSPRef>
OCSPRefs. ocspRefs
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return types with arguments of type OCSPRef Modifier and Type Method Description java.util.List<OCSPRef>
CompleteRevocationRefs. getOCSPRefs()
java.util.List<OCSPRef>
CompleteRevocationRefsImpl. getOCSPRefs()
java.util.List<OCSPRef>
OCSPRefs. getOCSPRefs()
-