Package org.bouncycastle.its.asn1
Class SignedDataPayload
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.its.asn1.SignedDataPayload
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SignedDataPayload extends org.bouncycastle.asn1.ASN1Object
SignedDataPayload ::= SEQUENCE { data Ieee1609Dot2Data OPTIONAL, extDataHash HashedData OPTIONAL, ... }
-
-
Constructor Summary
Constructors Constructor Description SignedDataPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-