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
ConstructorsConstructorDescriptionSignedAssertions(List<SignedAssertion> assertions) Creates theSignedAssertionsfrom a list ofSignedAssertions -
Method Summary
Modifier and TypeMethodDescriptionReturns a list ofSignedAssertionsstatic SignedAssertionsgetInstance(Object obj) Parses the object and returnSignedAssertions, null if the object is of another typeorg.bouncycastle.asn1.ASN1PrimitivetoString()Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SignedAssertions
Creates theSignedAssertionsfrom a list ofSignedAssertions- Parameters:
assertions- a list ofSignedAssertions
-
-
Method Details
-
getInstance
Parses the object and returnSignedAssertions, null if the object is of another type- Parameters:
obj- object representingSignedAssertionsto parse- Returns:
SignedAssertions
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
toString
-
getAssertions
Returns a list ofSignedAssertions- Returns:
- a list of
SignedAssertions
-