C# Class Mono.Security.Cryptography.CryptoConvert

Afficher le fichier Open project: jbevain/cecil Class Usage Examples

Méthodes publiques

Méthode Description
FromCapiKeyBlob ( byte blob ) : RSA
FromCapiKeyBlob ( byte blob, int offset ) : RSA

Private Methods

Méthode Description
FromCapiPrivateKeyBlob ( byte blob, int offset ) : RSA
FromCapiPublicKeyBlob ( byte blob, int offset ) : RSA
ToInt32LE ( byte bytes, int offset ) : int
ToUInt32LE ( byte bytes, int offset ) : uint
Trim ( byte array ) : byte[]

Method Details

FromCapiKeyBlob() public static méthode

public static FromCapiKeyBlob ( byte blob ) : RSA
blob byte
Résultat System.Security.Cryptography.RSA

FromCapiKeyBlob() public static méthode

public static FromCapiKeyBlob ( byte blob, int offset ) : RSA
blob byte
offset int
Résultat System.Security.Cryptography.RSA