C# Class Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EncryptedPrivateKeyInfoFactory ( ) : System

Method Details

CreateEncryptedPrivateKeyInfo() public static méthode

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
Résultat Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

CreateEncryptedPrivateKeyInfo() public static méthode

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
Résultat Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo

CreateEncryptedPrivateKeyInfo() public static méthode

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
Résultat Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo