Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.CounterSignature
-
Packages that use CounterSignature Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of CounterSignature in es.uji.crypto.xades.jxades.security.xml.XAdES
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return types with arguments of type CounterSignature Modifier and Type Method Description java.util.List<CounterSignature>BasicXAdESImpl. getCounterSignatures()java.util.List<CounterSignature>BLevelXAdESImpl. getCounterSignatures()java.util.List<CounterSignature>XAdESBase. getCounterSignatures()Method parameters in es.uji.crypto.xades.jxades.security.xml.XAdES with type arguments of type CounterSignature Modifier and Type Method Description voidBasicXAdESImpl. setCounterSignatures(java.util.List<CounterSignature> counterSignatures)voidBLevelXAdESImpl. setCounterSignatures(java.util.List<CounterSignature> counterSignatures)voidXAdESBase. setCounterSignatures(java.util.List<CounterSignature> counterSignatures)
-