C# Class Org.BouncyCastle.Cms.CmsPbeKey

Inheritance: ICipherParameters
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
CmsPbeKey ( string password, AlgorithmIdentifier keyDerivationAlgorithm ) : System
CmsPbeKey ( string password, byte salt, int iterationCount ) : System
GetEncoded ( ) : byte[]

Private Methods

Méthode Description
GetEncoded ( string algorithmOid ) : KeyParameter
GetSalt ( ) : byte[]

Method Details

CmsPbeKey() public méthode

public CmsPbeKey ( string password, AlgorithmIdentifier keyDerivationAlgorithm ) : System
password string
keyDerivationAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
Résultat System

CmsPbeKey() public méthode

public CmsPbeKey ( string password, byte salt, int iterationCount ) : System
password string
salt byte
iterationCount int
Résultat System

GetEncoded() public méthode

public GetEncoded ( ) : byte[]
Résultat byte[]