Method | Description | |
---|---|---|
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, |
Method | Description | |
---|---|---|
DecryptKey ( char passPhrase, |
||
PrivateKeyFactory ( ) : System |
public static CreateKey ( |
||
keyInfo | ||
return |
public static CreateKey ( Stream inStr ) : |
||
inStr | Stream | |
return |
public static CreateKey ( byte privateKeyInfoData ) : |
||
privateKeyInfoData | byte | |
return |
public static DecryptKey ( char passPhrase, |
||
passPhrase | char | |
encInfo | ||
return |
public static DecryptKey ( char passPhrase, Stream encryptedPrivateKeyInfoStream ) : |
||
passPhrase | char | |
encryptedPrivateKeyInfoStream | Stream | |
return |
public static DecryptKey ( char passPhrase, byte encryptedPrivateKeyInfoData ) : |
||
passPhrase | char | |
encryptedPrivateKeyInfoData | byte | |
return |
public static EncryptKey ( |
||
algorithm | ||
passPhrase | char | |
salt | byte | |
iterationCount | int | |
key | ||
return | byte[] |
public static EncryptKey ( string algorithm, char passPhrase, byte salt, int iterationCount, |
||
algorithm | string | |
passPhrase | char | |
salt | byte | |
iterationCount | int | |
key | ||
return | byte[] |