메소드 | 설명 | |
---|---|---|
CreateKey ( |
||
CreateKey ( Stream inStr ) : |
||
CreateKey ( byte privateKeyInfoData ) : |
||
DecryptKey ( char passPhrase, |
||
DecryptKey ( char passPhrase, Stream encryptedPrivateKeyInfoStream ) : |
||
DecryptKey ( char passPhrase, byte encryptedPrivateKeyInfoData ) : |
||
EncryptKey ( |
||
EncryptKey ( string algorithm, char passPhrase, byte salt, int iterationCount, |
메소드 | 설명 | |
---|---|---|
DecryptKey ( char passPhrase, |
||
PrivateKeyFactory ( ) : System |
public static CreateKey ( |
||
keyInfo | ||
리턴 |
public static CreateKey ( Stream inStr ) : |
||
inStr | Stream | |
리턴 |
public static CreateKey ( byte privateKeyInfoData ) : |
||
privateKeyInfoData | byte | |
리턴 |
public static DecryptKey ( char passPhrase, |
||
passPhrase | char | |
encInfo | ||
리턴 |
public static DecryptKey ( char passPhrase, Stream encryptedPrivateKeyInfoStream ) : |
||
passPhrase | char | |
encryptedPrivateKeyInfoStream | Stream | |
리턴 |
public static DecryptKey ( char passPhrase, byte encryptedPrivateKeyInfoData ) : |
||
passPhrase | char | |
encryptedPrivateKeyInfoData | byte | |
리턴 |
public static EncryptKey ( |
||
algorithm | ||
passPhrase | char | |
salt | byte | |
iterationCount | int | |
key | ||
리턴 | byte[] |
public static EncryptKey ( string algorithm, char passPhrase, byte salt, int iterationCount, |
||
algorithm | string | |
passPhrase | char | |
salt | byte | |
iterationCount | int | |
key | ||
리턴 | byte[] |