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