C# Class Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory

ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
EncryptedPrivateKeyInfoFactory ( ) : System

Method Details

CreateEncryptedPrivateKeyInfo() public static method

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
return Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

CreateEncryptedPrivateKeyInfo() public static method

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
return Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

CreateEncryptedPrivateKeyInfo() public static method

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
return Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo