Class RSAEncryption
RSA encryption padding parameters
Inheritance
RSAEncryption
Assembly: Lacuna.Pki.dll
Syntax
public class RSAEncryption : EncryptionParameters
Properties
|
Improve this Doc
View Source
OaepSHA1
Declaration
public static RSAEncryption OaepSHA1 { get; }
Property Value
|
Improve this Doc
View Source
OaepSHA256
Declaration
public static RSAEncryption OaepSHA256 { get; }
Property Value
|
Improve this Doc
View Source
OaepSHA384
Declaration
public static RSAEncryption OaepSHA384 { get; }
Property Value
|
Improve this Doc
View Source
OaepSHA512
Declaration
public static RSAEncryption OaepSHA512 { get; }
Property Value
|
Improve this Doc
View Source
Pkcs1
Declaration
public static RSAEncryption Pkcs1 { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(RSAEncryption)
Declaration
public bool Equals(RSAEncryption other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(RSAEncryption, RSAEncryption)
Declaration
public static bool operator ==(RSAEncryption a, RSAEncryption b)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(RSAEncryption, RSAEncryption)
Declaration
public static bool operator !=(RSAEncryption a, RSAEncryption b)
Parameters
Returns