C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.DerOctetString

상속: Asn1OctetString
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
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.