C# Class NBitcoin.BouncyCastle.Asn1.Asn1OctetString

Inheritance: Asn1Object, Asn1OctetStringParser
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Свойство Type Description
str byte[]

Méthodes publiques

Méthode Description
Asn1OctetString ( byte str ) : System
GetOctetStream ( ) : Stream
GetOctets ( ) : byte[]

Méthodes protégées

Méthode Description
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

Method Details

Asn1Equals() protected méthode

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
Résultat bool

Asn1GetHashCode() protected méthode

protected Asn1GetHashCode ( ) : int
Résultat int

Asn1OctetString() public méthode

public Asn1OctetString ( byte str ) : System
str byte
Résultat System

GetOctetStream() public méthode

public GetOctetStream ( ) : Stream
Résultat Stream

GetOctets() public méthode

public GetOctets ( ) : byte[]
Résultat byte[]

Property Details

str public_oe property

public byte[] str
Résultat byte[]