Property | Type | Description | |
---|---|---|---|
GetTypeID | int | ||
RawSign | SecStatusCode | ||
RawSign | SecStatusCode | ||
SecKey | System | ||
SecKey | System | ||
SecKeyDecrypt | SecStatusCode | ||
SecKeyEncrypt | SecStatusCode | ||
SecKeyGeneratePair | SecStatusCode | ||
SecKeyGetBlockSize | |||
SecKeyRawSign | SecStatusCode | ||
SecKeyRawVerify | SecStatusCode |
Method | Description | |
---|---|---|
Decrypt ( SecPadding padding, |
||
Decrypt ( SecPadding padding, byte cipherText, byte plainText ) : SecStatusCode | ||
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
Encrypt ( SecPadding padding, |
||
Encrypt ( SecPadding padding, byte plainText, byte cipherText ) : SecStatusCode | ||
GenerateKeyPair ( NSDictionary parameters, |
||
RawVerify ( SecPadding padding, |
||
RawVerify ( SecPadding padding, byte signedData, byte signature ) : SecStatusCode |
Method | Description | |
---|---|---|
GetTypeID ( ) : int | ||
RawSign ( SecPadding padding, |
||
RawSign ( SecPadding padding, byte dataToSign, byte &result ) : SecStatusCode | ||
SecKey ( |
||
SecKey ( |
||
SecKeyDecrypt ( |
||
SecKeyEncrypt ( |
||
SecKeyGeneratePair ( |
||
SecKeyGetBlockSize ( |
||
SecKeyRawSign ( |
||
SecKeyRawVerify ( |
public Decrypt ( SecPadding padding, |
||
padding | SecPadding | |
cipherText | ||
cipherLen | int | |
plainText | ||
playLen | int | |
return | SecStatusCode |
public Decrypt ( SecPadding padding, byte cipherText, byte plainText ) : SecStatusCode | ||
padding | SecPadding | |
cipherText | byte | |
plainText | byte | |
return | SecStatusCode |
public Encrypt ( SecPadding padding, |
||
padding | SecPadding | |
plainText | ||
playLen | int | |
cipherText | ||
cipherLen | int | |
return | SecStatusCode |
public Encrypt ( SecPadding padding, byte plainText, byte cipherText ) : SecStatusCode | ||
padding | SecPadding | |
plainText | byte | |
cipherText | byte | |
return | SecStatusCode |
public static GenerateKeyPair ( NSDictionary parameters, |
||
parameters | NSDictionary | |
publicKey | ||
privateKey | ||
return | SecStatusCode |
public RawVerify ( SecPadding padding, |
||
padding | SecPadding | |
signedData | ||
signedDataLen | int | |
signature | ||
signatureLen | int | |
return | SecStatusCode |
public RawVerify ( SecPadding padding, byte signedData, byte signature ) : SecStatusCode | ||
padding | SecPadding | |
signedData | byte | |
signature | byte | |
return | SecStatusCode |