Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Org
BouncyCastle
Asn1
DerOctetString
C# Class Org.BouncyCastle.Asn1.DerOctetString
Inheritance:
Asn1OctetString
Show file
Open project: nonorganic/dssnet
Class Usage Examples
Public Methods
Method
Description
DerOctetString
(
Asn1Encodable
obj
)
DerOctetString
(
byte
str
)
Private Methods
Method
Description
Encode
(
DerOutputStream
derOut
) :
void
Encode
(
DerOutputStream
derOut
,
byte
bytes
,
int
offset
,
int
length
) :
void
Method Details
DerOctetString()
public
method
public
DerOctetString
(
Asn1Encodable
obj
)
obj
Asn1Encodable
DerOctetString()
public
method
public
DerOctetString
(
byte
str
)
str
byte
The octets making up the octet string.