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.ASN1Encodable
getASN1Object()
Returns the innerASN1Encodable
objectorg.bouncycastle.asn1.ASN1ObjectIdentifier
getASN1Oid()
Returns object identifierorg.bouncycastle.asn1.ASN1Primitive
getASN1Primitive()
Returns the innerASN1Primitive
objectString
toString()
org.bouncycastle.tsp.TimeStampToken
toTimeStampToken()
Returns a TimeStampToken if possible
-
Method Details
-
getASN1Oid
public org.bouncycastle.asn1.ASN1ObjectIdentifier getASN1Oid()Returns object identifier- Returns:
ASN1ObjectIdentifier
-
getASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive getASN1Primitive()Returns the innerASN1Primitive
object- Returns:
ASN1Primitive
object
-
getASN1Object
public org.bouncycastle.asn1.ASN1Encodable getASN1Object()Returns the innerASN1Encodable
object- Returns:
ASN1Sequence
object
-
toTimeStampToken
public org.bouncycastle.tsp.TimeStampToken toTimeStampToken()Returns a TimeStampToken if possible- Returns:
- a
TimeStampToken
or null
-
toString
-