Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.CounterSignature
Packages that use CounterSignature
-
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 CounterSignatureModifier and TypeMethodDescriptionBasicXAdESImpl.getCounterSignatures()
BLevelXAdESImpl.getCounterSignatures()
XAdESBase.getCounterSignatures()
Method parameters in es.uji.crypto.xades.jxades.security.xml.XAdES with type arguments of type CounterSignatureModifier and TypeMethodDescriptionvoid
BasicXAdESImpl.setCounterSignatures
(List<CounterSignature> counterSignatures) void
BLevelXAdESImpl.setCounterSignatures
(List<CounterSignature> counterSignatures) void
XAdESBase.setCounterSignatures
(List<CounterSignature> counterSignatures)