C# Class Org.BouncyCastle.Bcpg.Attr.ImageAttrib

Basic type for a image attribute packet.
Inheritance: UserAttributeSubpacket
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetImageData ( ) : byte[]
ImageAttrib ( Format imageType, byte imageData ) : System
ImageAttrib ( byte data ) : System

Private Methods

Méthode Description
ToByteArray ( Format imageType, byte imageData ) : byte[]

Method Details

GetImageData() public méthode

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

ImageAttrib() public méthode

public ImageAttrib ( Format imageType, byte imageData ) : System
imageType Format
imageData byte
Résultat System

ImageAttrib() public méthode

public ImageAttrib ( byte data ) : System
data byte
Résultat System