C# Класс Org.BouncyCastle.Security.AgreementUtilities

Utility class for creating IBasicAgreement objects from their names/Oids
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetBasicAgreement ( DerObjectIdentifier oid ) : IBasicAgreement
GetBasicAgreement ( string algorithm ) : IBasicAgreement
GetBasicAgreementWithKdf ( DerObjectIdentifier oid, string wrapAlgorithm ) : IBasicAgreement
GetBasicAgreementWithKdf ( string agreeAlgorithm, string wrapAlgorithm ) : IBasicAgreement

Приватные методы

Метод Описание
AgreementUtilities ( ) : System.Collections

Описание методов

GetAlgorithmName() публичный статический Метод

public static GetAlgorithmName ( DerObjectIdentifier oid ) : string
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Результат string

GetBasicAgreement() публичный статический Метод

public static GetBasicAgreement ( DerObjectIdentifier oid ) : IBasicAgreement
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Результат IBasicAgreement

GetBasicAgreement() публичный статический Метод

public static GetBasicAgreement ( string algorithm ) : IBasicAgreement
algorithm string
Результат IBasicAgreement

GetBasicAgreementWithKdf() публичный статический Метод

public static GetBasicAgreementWithKdf ( DerObjectIdentifier oid, string wrapAlgorithm ) : IBasicAgreement
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
wrapAlgorithm string
Результат IBasicAgreement

GetBasicAgreementWithKdf() публичный статический Метод

public static GetBasicAgreementWithKdf ( string agreeAlgorithm, string wrapAlgorithm ) : IBasicAgreement
agreeAlgorithm string
wrapAlgorithm string
Результат IBasicAgreement