C# Class Org.BouncyCastle.Asn1.DerUnknownTag

Inheritance: Asn1Object
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
DerUnknownTag ( bool isConstructed, int tag, byte data ) : System
DerUnknownTag ( int tag, byte data ) : System
GetData ( ) : byte[]

Méthodes protégées

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

Private Methods

Méthode Description
Encode ( DerOutputStream derOut ) : void

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

DerUnknownTag() public méthode

public DerUnknownTag ( bool isConstructed, int tag, byte data ) : System
isConstructed bool
tag int
data byte
Résultat System

DerUnknownTag() public méthode

public DerUnknownTag ( int tag, byte data ) : System
tag int
data byte
Résultat System

GetData() public méthode

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