메소드 | 설명 | |
---|---|---|
CreateKeyParameter ( |
||
CreateKeyParameter ( |
||
CreateKeyParameter ( string algorithm, byte keyBytes ) : |
||
CreateKeyParameter ( string algorithm, byte keyBytes, int offset, int length ) : |
||
GenerateParameters ( |
||
GenerateParameters ( string algorithm, |
||
GetCanonicalAlgorithmName ( string algorithm ) : string | ||
GetCipherParameters ( |
||
GetCipherParameters ( string algorithm, ICipherParameters key, |
메소드 | 설명 | |
---|---|---|
AddAlgorithm ( string canonicalName ) : void | ||
AddBasicIVSizeEntries ( int size ) : void | ||
CreateIV ( |
||
CreateIVOctetString ( |
||
FindBasicIVSize ( string canonicalName ) : int | ||
ParameterUtilities ( ) : System |
public static CreateKeyParameter ( |
||
algOid | ||
keyBytes | byte | |
리턴 |
public static CreateKeyParameter ( |
||
algOid | ||
keyBytes | byte | |
offset | int | |
length | int | |
리턴 |
public static CreateKeyParameter ( string algorithm, byte keyBytes ) : |
||
algorithm | string | |
keyBytes | byte | |
리턴 |
public static CreateKeyParameter ( string algorithm, byte keyBytes, int offset, int length ) : |
||
algorithm | string | |
keyBytes | byte | |
offset | int | |
length | int | |
리턴 |
public static GenerateParameters ( |
||
algID | ||
random | ||
리턴 |
public static GenerateParameters ( string algorithm, |
||
algorithm | string | |
random | ||
리턴 |
public static GetCanonicalAlgorithmName ( string algorithm ) : string | ||
algorithm | string | |
리턴 | string |
public static GetCipherParameters ( |
||
algOid | ||
key | ICipherParameters | |
asn1Params | ||
리턴 | ICipherParameters |
public static GetCipherParameters ( string algorithm, ICipherParameters key, |
||
algorithm | string | |
key | ICipherParameters | |
asn1Params | ||
리턴 | ICipherParameters |