Class SignedAssertion

java.lang.Object
org.bouncycastle.asn1.ASN1Object
eu.europa.esig.dss.cades.SignedAssertion
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class SignedAssertion extends org.bouncycastle.asn1.ASN1Object
SignedAssertion ::= SEQUENCE { signedAssertionID SIGNED-ASSERTION.&id, signedAssertion SIGNED-ASSERTION.&Assertion OPTIONAL } SIGNED-ASSERTION::= CLASS { &id OBJECT IDENTIFIER UNIQUE, &Assertion OPTIONAL } WITH SYNTAX { SIGNED-ASSERTION-ID &id [SIGNED-ASSERTION-TYPE &Assertion] }
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the SignedAssertion from a string value
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the object and returns instance of SignedAssertion, null if the object has another type
    org.bouncycastle.asn1.ASN1Primitive
     
     

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SignedAssertion

      public SignedAssertion(String assertion)
      Creates the SignedAssertion from a string value
      Parameters:
      assertion - String
  • Method Details

    • getInstance

      public static SignedAssertion getInstance(Object obj)
      Parses the object and returns instance of SignedAssertion, null if the object has another type
      Parameters:
      obj - object representing the SignedAssertion
      Returns:
      SignedAssertion
    • 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