Show / Hide Table of Contents

Class RSAEncryption

RSA encryption padding parameters

Inheritance
Object
EncryptionParameters
RSAEncryption
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class RSAEncryption : EncryptionParameters

Properties

OaepSHA1

Declaration
public static RSAEncryption OaepSHA1 { get; }
Property Value
Type Description
RSAEncryption

OaepSHA256

Declaration
public static RSAEncryption OaepSHA256 { get; }
Property Value
Type Description
RSAEncryption

OaepSHA384

Declaration
public static RSAEncryption OaepSHA384 { get; }
Property Value
Type Description
RSAEncryption

OaepSHA512

Declaration
public static RSAEncryption OaepSHA512 { get; }
Property Value
Type Description
RSAEncryption

Pkcs1

Declaration
public static RSAEncryption Pkcs1 { get; }
Property Value
Type Description
RSAEncryption

Methods

Equals(RSAEncryption)

Declaration
public bool Equals(RSAEncryption other)
Parameters
Type Name Description
RSAEncryption other
Returns
Type Description
Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Operators

Equality(RSAEncryption, RSAEncryption)

Declaration
public static bool operator ==(RSAEncryption a, RSAEncryption b)
Parameters
Type Name Description
RSAEncryption a
RSAEncryption b
Returns
Type Description
Boolean

Inequality(RSAEncryption, RSAEncryption)

Declaration
public static bool operator !=(RSAEncryption a, RSAEncryption b)
Parameters
Type Name Description
RSAEncryption a
RSAEncryption b
Returns
Type Description
Boolean
Back to top Copyright © 2015-2020 Lacuna Software