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.