Table of Contents

Class DerOctetString

Namespace
Org.BouncyCastle.Asn1
Assembly
BouncyCastle.Cryptography.dll
public class DerOctetString : Asn1OctetString, Asn1OctetStringParser, IAsn1Convertible
Inheritance
DerOctetString
Implements
Derived
Inherited Members

Constructors

DerOctetString(Asn1Encodable)

public DerOctetString(Asn1Encodable obj)

Parameters

obj Asn1Encodable

DerOctetString(IAsn1Convertible)

public DerOctetString(IAsn1Convertible obj)

Parameters

obj IAsn1Convertible

DerOctetString(byte[])

public DerOctetString(byte[] contents)

Parameters

contents byte[]

The octets making up the octet string.

Fields

Empty

public static readonly DerOctetString Empty

Field Value

DerOctetString

Methods

FromContents(byte[])

public static DerOctetString FromContents(byte[] contents)

Parameters

contents byte[]

Returns

DerOctetString

FromContentsOptional(byte[])

public static DerOctetString FromContentsOptional(byte[] contents)

Parameters

contents byte[]

Returns

DerOctetString