Method | Description | |
---|---|---|
CipherSuitePluginManager ( string path ) : System | ||
GetCipherSuite ( |
||
GetPrivateKey ( byte keyData ) : AaltoTLS.PluginInterface.CertificatePrivateKey | ||
GetSignatureAlgorithmByOid ( string oid ) : SignatureAlgorithm | ||
GetSupportedCipherSuiteIDs ( |
||
GetSupportedSignatureAndHashAlgorithms ( ) : System.UInt16[] |
Method | Description | |
---|---|---|
FindCipherSuitePlugins ( string path ) : AaltoTLS.PluginInterface.CipherSuitePlugin[] |
public CipherSuitePluginManager ( string path ) : System | ||
path | string | |
return | System |
public GetCipherSuite ( |
||
version | ||
id | ||
return |
public GetPrivateKey ( byte keyData ) : AaltoTLS.PluginInterface.CertificatePrivateKey | ||
keyData | byte | |
return | AaltoTLS.PluginInterface.CertificatePrivateKey |
public GetSignatureAlgorithmByOid ( string oid ) : SignatureAlgorithm | ||
oid | string | |
return | SignatureAlgorithm |
public GetSupportedCipherSuiteIDs ( |
||
version | ||
certificate | ||
includeAnonymous | bool | |
return | System.UInt16[] |
public GetSupportedSignatureAndHashAlgorithms ( ) : System.UInt16[] | ||
return | System.UInt16[] |