Class CAdESAttribute
- java.lang.Object
-
- eu.europa.esig.dss.cades.validation.CAdESAttribute
-
- All Implemented Interfaces:
ISignatureAttribute
public class CAdESAttribute extends Object implements ISignatureAttribute
-
-
Method Summary
Modifier and Type Method Description org.bouncycastle.asn1.ASN1EncodablegetASN1Object()Returns the innerASN1Encodableobjectorg.bouncycastle.asn1.ASN1ObjectIdentifiergetASN1Oid()Returns object identifierorg.bouncycastle.asn1.ASN1PrimitivegetASN1Primitive()Returns the innerASN1PrimitiveobjectStringtoString()org.bouncycastle.tsp.TimeStampTokentoTimeStampToken()Returns a TimeStampToken if possible
-
-
-
Method Detail
-
getASN1Oid
public org.bouncycastle.asn1.ASN1ObjectIdentifier getASN1Oid()
Returns object identifier- Returns:
ASN1ObjectIdentifier
-
getASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive getASN1Primitive()
Returns the innerASN1Primitiveobject- Returns:
ASN1Primitiveobject
-
getASN1Object
public org.bouncycastle.asn1.ASN1Encodable getASN1Object()
Returns the innerASN1Encodableobject- Returns:
ASN1Sequenceobject
-
toTimeStampToken
public org.bouncycastle.tsp.TimeStampToken toTimeStampToken()
Returns a TimeStampToken if possible- Returns:
TimeStampToken
-
-