public class DiscretionaryData
extends org.bouncycastle.asn1.ASN1Object
Constructor and Description |
---|
DiscretionaryData(byte data)
Constructor for Encoding
|
DiscretionaryData(byte[] data)
Constructor for Encoding
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
public DiscretionaryData(byte[] data)
data
- public DiscretionaryData(byte data)
data
- public byte[] getData()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
org.bouncycastle.asn1.ASN1Object
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object