Class EncryptedPrivateKeyInfoFactory
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public sealed class EncryptedPrivateKeyInfoFactory
   
  
    - Inheritance
- 
      
      EncryptedPrivateKeyInfoFactory 
    - Inherited Members
- 
    
    
    
    
    
    
  
Methods
  
  
  CreateEncryptedPrivateKeyInfo(DerObjectIdentifier, char[], byte[], int, AsymmetricKeyParameter)
  
  
  
  
  
    public static EncryptedPrivateKeyInfo CreateEncryptedPrivateKeyInfo(DerObjectIdentifier algorithm, char[] passPhrase, byte[] salt, int iterationCount, AsymmetricKeyParameter key)
   
  Parameters
  
    - algorithmDerObjectIdentifier
- passPhrasechar[]
- saltbyte[]
- iterationCountint
- keyAsymmetricKeyParameter
Returns
  
    - EncryptedPrivateKeyInfo
  CreateEncryptedPrivateKeyInfo(string, char[], byte[], int, PrivateKeyInfo)
  
  
  
  
  
    public static EncryptedPrivateKeyInfo CreateEncryptedPrivateKeyInfo(string algorithm, char[] passPhrase, byte[] salt, int iterationCount, PrivateKeyInfo keyInfo)
   
  Parameters
  
    - algorithmstring
- passPhrasechar[]
- saltbyte[]
- iterationCountint
- keyInfoPrivateKeyInfo
Returns
  
    - EncryptedPrivateKeyInfo
  CreateEncryptedPrivateKeyInfo(string, char[], byte[], int, AsymmetricKeyParameter)
  
  
  
  
  
    public static EncryptedPrivateKeyInfo CreateEncryptedPrivateKeyInfo(string algorithm, char[] passPhrase, byte[] salt, int iterationCount, AsymmetricKeyParameter key)
   
  Parameters
  
    - algorithmstring
- passPhrasechar[]
- saltbyte[]
- iterationCountint
- keyAsymmetricKeyParameter
Returns
  
    - EncryptedPrivateKeyInfo