Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Org
BouncyCastle
Asn1
DerOctetString
C# 클래스 Org.BouncyCastle.Asn1.DerOctetString
상속:
Asn1OctetString
파일 보기
프로젝트 열기: nonorganic/dssnet
1 사용 예제들
공개 메소드들
메소드
설명
DerOctetString
(
Asn1Encodable
obj
)
DerOctetString
(
byte
str
)
비공개 메소드들
메소드
설명
Encode
(
DerOutputStream
derOut
) :
void
Encode
(
DerOutputStream
derOut
,
byte
bytes
,
int
offset
,
int
length
) :
void
메소드 상세
DerOctetString()
공개
메소드
public
DerOctetString
(
Asn1Encodable
obj
)
obj
Asn1Encodable
DerOctetString()
공개
메소드
public
DerOctetString
(
byte
str
)
str
byte
The octets making up the octet string.