C# Class NBitcoin.BouncyCastle.Asn1.Asn1OctetString

Inheritance: Asn1Object, Asn1OctetStringParser
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Properties

Property Type Description
str byte[]

Public Methods

Method Description
Asn1OctetString ( byte str ) : System
GetOctetStream ( ) : Stream
GetOctets ( ) : byte[]

Protected Methods

Method Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Method Details

Asn1Equals() protected method

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
return bool

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int

Asn1OctetString() public method

public Asn1OctetString ( byte str ) : System
str byte
return System

GetOctetStream() public method

public GetOctetStream ( ) : Stream
return Stream

GetOctets() public method

public GetOctets ( ) : byte[]
return byte[]

Property Details

str public_oe property

public byte[] str
return byte[]