C# 클래스 Org.BouncyCastle.Pkcs.EncryptedPrivateKeyInfoFactory

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EncryptedPrivateKeyInfoFactory ( ) : System

메소드 상세

CreateEncryptedPrivateKeyInfo() 공개 정적인 메소드

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

CreateEncryptedPrivateKeyInfo() 공개 정적인 메소드

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

CreateEncryptedPrivateKeyInfo() 공개 정적인 메소드

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