Package eu.europa.esig.dss.cades
Class SignedAssertions
java.lang.Object
org.bouncycastle.asn1.ASN1Object
eu.europa.esig.dss.cades.SignedAssertions
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SignedAssertions
extends org.bouncycastle.asn1.ASN1Object
SignedAssertions ::= SEQUENCE OF SignedAssertion
-
Constructor Summary
ConstructorDescriptionSignedAssertions
(List<SignedAssertion> assertions) Creates theSignedAssertions
from a list ofSignedAssertion
s -
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofSignedAssertion
sstatic SignedAssertions
getInstance
(Object obj) Parses the object and returnSignedAssertions
, null if the object is of another typeorg.bouncycastle.asn1.ASN1Primitive
toString()
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SignedAssertions
Creates theSignedAssertions
from a list ofSignedAssertion
s- Parameters:
assertions
- a list ofSignedAssertion
s
-
-
Method Details
-
getInstance
Parses the object and returnSignedAssertions
, null if the object is of another type- Parameters:
obj
- object representingSignedAssertions
to parse- Returns:
SignedAssertions
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
toString
-
getAssertions
Returns a list ofSignedAssertion
s- Returns:
- a list of
SignedAssertion
s
-