java.lang.Object | ||||
↳ | org.bouncycastle.asn1.ASN1Encodable | |||
↳ | org.bouncycastle.asn1.DERObject | |||
↳ | org.bouncycastle.asn1.ASN1Object | |||
↳ | org.bouncycastle.asn1.DERExternal |
Class representing the DER-type External
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of DERExternal
See X.690 for more informations about the meaning of these parameters
| |||||||||||
Creates a new instance of DERExternal.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the data value descriptor
| |||||||||||
Returns the direct reference of the external element
| |||||||||||
Returns the encoding of the content.
| |||||||||||
Returns the content of this element
| |||||||||||
Returns the indirect reference of this element
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of DERExternal See X.690 for more informations about the meaning of these parameters
directReference | The direct reference or null if not set. |
---|---|
indirectReference | The indirect reference or null if not set. |
dataValueDescriptor | The data value descriptor or null if not set. |
externalData | The external data in its encoded form. |
Creates a new instance of DERExternal. See X.690 for more informations about the meaning of these parameters
directReference | The direct reference or null if not set. |
---|---|
indirectReference | The indirect reference or null if not set. |
dataValueDescriptor | The data value descriptor or null if not set. |
encoding | The encoding to be used for the external data |
externalData | The external data |
Returns the data value descriptor
Returns the direct reference of the external element
Returns the encoding of the content. Valid values are
0
single-ASN1-type1
OCTET STRING2
BIT STRINGReturns the indirect reference of this element