C# Class Org.BouncyCastle.Asn1.DerOctetString

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

Méthodes publiques

Méthode Description
DerOctetString ( Asn1Encodable obj )
DerOctetString ( byte str )

Private Methods

Méthode Description
Encode ( DerOutputStream derOut ) : void
Encode ( DerOutputStream derOut, byte bytes, int offset, int length ) : void

Method Details

DerOctetString() public méthode

public DerOctetString ( Asn1Encodable obj )
obj Asn1Encodable

DerOctetString() public méthode

public DerOctetString ( byte str )
str byte The octets making up the octet string.