Package eu.europa.esig.dss.cades
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
ConstructorDescriptionSignedAssertion
(String assertion) Creates theSignedAssertion
from a string value -
Method Summary
Modifier and TypeMethodDescriptionstatic SignedAssertion
getInstance
(Object obj) Parses the object and returns instance ofSignedAssertion
, null if the object has another typeorg.bouncycastle.asn1.ASN1Primitive
toString()
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SignedAssertion
Creates theSignedAssertion
from a string value- Parameters:
assertion
-String
-
-
Method Details
-
getInstance
Parses the object and returns instance ofSignedAssertion
, null if the object has another type- Parameters:
obj
- object representing theSignedAssertion
- Returns:
SignedAssertion
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
toString
-