C# 클래스 Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey

상속: CmsPbeKey
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Pkcs5Scheme2Utf8PbeKey ( string password, AlgorithmIdentifier keyDerivationAlgorithm ) : System
Pkcs5Scheme2Utf8PbeKey ( string password, byte salt, int iterationCount ) : System

비공개 메소드들

메소드 설명
GetEncoded ( string algorithmOid ) : KeyParameter

메소드 상세

Pkcs5Scheme2Utf8PbeKey() 공개 메소드

public Pkcs5Scheme2Utf8PbeKey ( string password, AlgorithmIdentifier keyDerivationAlgorithm ) : System
password string
keyDerivationAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
리턴 System

Pkcs5Scheme2Utf8PbeKey() 공개 메소드

public Pkcs5Scheme2Utf8PbeKey ( string password, byte salt, int iterationCount ) : System
password string
salt byte
iterationCount int
리턴 System