Show / Hide Table of Contents
Editar no GitHub

Class RSAPKAlgorithm

Inheritance
Object
PKAlgorithm
RSAPKAlgorithm
Inherited Members
PKAlgorithm.RSA
PKAlgorithm.GetInstanceByName(String)
PKAlgorithm.GetInstanceByOID(String)
PKAlgorithm.Equals(Object)
PKAlgorithm.Equals(PKAlgorithm)
PKAlgorithm.GetHashCode()
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class RSAPKAlgorithm : PKAlgorithm

Properties

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
String
Overrides
PKAlgorithm.Name
| Improve this Doc View Source

Oid

Declaration
public override string Oid { get; }
Property Value
Type Description
String
Overrides
PKAlgorithm.Oid

Methods

| Improve this Doc View Source

GetSignatureAlgorithm(DigestAlgorithm)

Declaration
public override SignatureAlgorithm GetSignatureAlgorithm(DigestAlgorithm digestAlgorithm)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm
Returns
Type Description
SignatureAlgorithm
Overrides
PKAlgorithm.GetSignatureAlgorithm(DigestAlgorithm)
Back to top Copyright © 2015-2020 Lacuna Software