Method | Description | |
---|---|---|
ImportPrivateKey ( byte keyData ) : AaltoTLS.PluginInterface.CertificatePrivateKey | ||
SignData ( |
||
SupportsHashAlgorithmType ( byte hashAlgorithm ) : bool | ||
SupportsProtocolVersion ( |
||
VerifyData ( |
||
VerifyData ( byte buffer, |
Method | Description | |
---|---|---|
DERDecodeSignature ( byte data ) : byte[] | ||
DERDecodeVector ( byte input, int idx, int &consumed ) : byte[] | ||
DEREncodeSignature ( byte signature ) : byte[] | ||
DEREncodeVector ( byte vector, int idx1, int length, byte output, int idx2 ) : void |
public ImportPrivateKey ( byte keyData ) : AaltoTLS.PluginInterface.CertificatePrivateKey | ||
keyData | byte | |
return | AaltoTLS.PluginInterface.CertificatePrivateKey |
public SignData ( |
||
version | ||
data | byte | |
hashAlgorithm | ||
privateKey | AaltoTLS.PluginInterface.CertificatePrivateKey | |
return | byte[] |
public SupportsHashAlgorithmType ( byte hashAlgorithm ) : bool | ||
hashAlgorithm | byte | |
return | bool |
public SupportsProtocolVersion ( |
||
version | ||
return | bool |
public VerifyData ( |
||
version | ||
data | byte | |
hashAlgorithm | ||
publicKey | CertificatePublicKey | |
signature | byte | |
return | bool |
public VerifyData ( byte buffer, |
||
buffer | byte | |
dsaKey | ||
signature | byte | |
return | bool |