C# Class HermaFx.Cryptography.PKCS8.EncryptedPrivateKeyInfo

Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
EncryptedPrivateKeyInfo ( ) : System
EncryptedPrivateKeyInfo ( byte data ) : System
GetBytes ( ) : byte[]

Private Methods

Méthode Description
Decode ( byte data ) : void

Method Details

EncryptedPrivateKeyInfo() public méthode

public EncryptedPrivateKeyInfo ( ) : System
Résultat System

EncryptedPrivateKeyInfo() public méthode

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

GetBytes() public méthode

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