C# Класс Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateEncryptedPrivateKeyInfo ( DerObjectIdentifier algorithm, char passPhrase, byte salt, int iterationCount, AsymmetricKeyParameter key ) : EncryptedPrivateKeyInfo
CreateEncryptedPrivateKeyInfo ( string algorithm, char passPhrase, byte salt, int iterationCount, AsymmetricKeyParameter key ) : EncryptedPrivateKeyInfo
CreateEncryptedPrivateKeyInfo ( string algorithm, char passPhrase, byte salt, int iterationCount, PrivateKeyInfo keyInfo ) : EncryptedPrivateKeyInfo

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

Метод Описание
EncryptedPrivateKeyInfoFactory ( ) : System

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

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

public static CreateEncryptedPrivateKeyInfo ( DerObjectIdentifier algorithm, char passPhrase, byte salt, int iterationCount, AsymmetricKeyParameter key ) : EncryptedPrivateKeyInfo
algorithm Org.BouncyCastle.Asn1.DerObjectIdentifier
passPhrase char
salt byte
iterationCount int
key Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Результат Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

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

public static CreateEncryptedPrivateKeyInfo ( string algorithm, char passPhrase, byte salt, int iterationCount, AsymmetricKeyParameter key ) : EncryptedPrivateKeyInfo
algorithm string
passPhrase char
salt byte
iterationCount int
key Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Результат Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

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

public static CreateEncryptedPrivateKeyInfo ( string algorithm, char passPhrase, byte salt, int iterationCount, PrivateKeyInfo keyInfo ) : EncryptedPrivateKeyInfo
algorithm string
passPhrase char
salt byte
iterationCount int
keyInfo Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo
Результат Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo