C# Class Mono.Security.Cryptography.RSAManaged

Inheritance: System.Security.Cryptography.RSA
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
DecryptValue ( byte rgb ) : byte[]
EncryptValue ( byte rgb ) : byte[]
ExportParameters ( bool includePrivateParameters ) : RSAParameters
ImportParameters ( RSAParameters parameters ) : void
RSAManaged ( ) : System
RSAManaged ( int keySize ) : System
ToXmlString ( bool includePrivateParameters ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GenerateKeyPair ( ) : void
GetPaddedValue ( BigInteger value, int length ) : byte[]

Method Details

DecryptValue() public méthode

public DecryptValue ( byte rgb ) : byte[]
rgb byte
Résultat byte[]

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EncryptValue() public méthode

public EncryptValue ( byte rgb ) : byte[]
rgb byte
Résultat byte[]

ExportParameters() public méthode

public ExportParameters ( bool includePrivateParameters ) : RSAParameters
includePrivateParameters bool
Résultat System.Security.Cryptography.RSAParameters

ImportParameters() public méthode

public ImportParameters ( RSAParameters parameters ) : void
parameters System.Security.Cryptography.RSAParameters
Résultat void

RSAManaged() public méthode

public RSAManaged ( ) : System
Résultat System

RSAManaged() public méthode

public RSAManaged ( int keySize ) : System
keySize int
Résultat System

ToXmlString() public méthode

public ToXmlString ( bool includePrivateParameters ) : string
includePrivateParameters bool
Résultat string