Uses of Class
eu.europa.esig.dss.cades.SignedAssertion
Packages that use SignedAssertion
-
Uses of SignedAssertion in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades that return SignedAssertionModifier and TypeMethodDescriptionstatic SignedAssertion
SignedAssertion.getInstance
(Object obj) Parses the object and returns instance ofSignedAssertion
, null if the object has another typeMethods in eu.europa.esig.dss.cades that return types with arguments of type SignedAssertionModifier and TypeMethodDescriptionSignedAssertions.getAssertions()
Returns a list ofSignedAssertion
sConstructor parameters in eu.europa.esig.dss.cades with type arguments of type SignedAssertionModifierConstructorDescriptionSignedAssertions
(List<SignedAssertion> assertions) Creates theSignedAssertions
from a list ofSignedAssertion
s