Method | Description | |
---|---|---|
Add ( |
Add a suite with the specified parameters to the catalog.
|
|
CryptoSuites ( ) : System |
Construct a catalog of suites
|
|
CryptoSuites ( |
Construct a catalog of suites using algorithms from the specified catalog and optionally registering algorithms specified in RFC 7518
|
|
Get ( string Name ) : |
Get Suite by JSON name.
|
public CryptoSuites ( |
||
CryptoCatalog | Catalog of cryptographic algorithms to use. | |
Defaults | bool | If tru, prefills catalog with defined algorithms. |
return | System |
public Get ( string Name ) : |
||
Name | string | JSON alg property. |
return |