C# Class NBitcoin.BouncyCastle.Asn1.DerOctetString

Inheritance: Asn1OctetString
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
DerOctetString ( byte str )
Encode ( DerOutputStream derOut, byte bytes, int offset, int length ) : void

Method Details

DerOctetString() public method

public DerOctetString ( byte str )
str byte The octets making up the octet string.

Encode() public static method

public static Encode ( DerOutputStream derOut, byte bytes, int offset, int length ) : void
derOut DerOutputStream
bytes byte
offset int
length int
return void