Uses of Class
eu.europa.esig.dss.cades.SignedAssertion
Package | Description |
---|---|
eu.europa.esig.dss.cades |
-
Uses of SignedAssertion in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades that return SignedAssertion Modifier and Type Method Description static 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 SignedAssertion Modifier and Type Method Description List<SignedAssertion>
SignedAssertions. getAssertions()
Returns a list ofSignedAssertion
sConstructor parameters in eu.europa.esig.dss.cades with type arguments of type SignedAssertion Constructor Description SignedAssertions(List<SignedAssertion> assertions)
Creates theSignedAssertions
from a list ofSignedAssertion
s