C# 클래스 Goedel.Cryptography.CryptoSuites

Catalog of CryptoSuite objects indexed by JSON algorithm identifier.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
Add ( CryptoSuite Suite ) : void

Add a suite with the specified parameters to the catalog.

CryptoSuites ( ) : System

Construct a catalog of suites

CryptoSuites ( CryptoCatalog CryptoCatalog, bool Defaults ) : System

Construct a catalog of suites using algorithms from the specified catalog and optionally registering algorithms specified in RFC 7518

Get ( string Name ) : CryptoSuite

Get Suite by JSON name.

메소드 상세

Add() 공개 메소드

Add a suite with the specified parameters to the catalog.
public Add ( CryptoSuite Suite ) : void
Suite CryptoSuite
리턴 void

CryptoSuites() 공개 메소드

Construct a catalog of suites
public CryptoSuites ( ) : System
리턴 System

CryptoSuites() 공개 메소드

Construct a catalog of suites using algorithms from the specified catalog and optionally registering algorithms specified in RFC 7518
public CryptoSuites ( CryptoCatalog CryptoCatalog, bool Defaults ) : System
CryptoCatalog CryptoCatalog Catalog of cryptographic algorithms to use.
Defaults bool If tru, prefills catalog with defined algorithms.
리턴 System

Get() 공개 메소드

Get Suite by JSON name.
public Get ( string Name ) : CryptoSuite
Name string JSON alg property.
리턴 CryptoSuite