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 Details

    • SignedAssertions

      public SignedAssertions(List<SignedAssertion> assertions)
      Creates the SignedAssertions from a list of SignedAssertions
      Parameters:
      assertions - a list of SignedAssertions
  • Method Details

    • getInstance

      public static SignedAssertions getInstance(Object obj)
      Parses the object and return SignedAssertions, null if the object is of another type
      Parameters:
      obj - object representing SignedAssertions to parse
      Returns:
      SignedAssertions
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAssertions

      public List<SignedAssertion> getAssertions()
      Returns a list of SignedAssertions
      Returns:
      a list of SignedAssertions