C# 클래스 Goedel.Cryptography.CryptoSuite

Describe a suite of crypto algorithms.
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
CryptoSuite ( string JOSE, CryptoAlgorithmID DigestAlgorithm, CryptoAlgorithmID Authentication, CryptoAlgorithmID Encryption, CryptoAlgorithmID Signature, CryptoAlgorithmID Exchange ) : System

Construct a suite description with the specified algorithms.

메소드 상세

CryptoSuite() 공개 메소드

Construct a suite description with the specified algorithms.
public CryptoSuite ( string JOSE, CryptoAlgorithmID DigestAlgorithm, CryptoAlgorithmID Authentication, CryptoAlgorithmID Encryption, CryptoAlgorithmID Signature, CryptoAlgorithmID Exchange ) : System
JOSE string JOSE name.
DigestAlgorithm CryptoAlgorithmID Digest algorithm to use.
Authentication CryptoAlgorithmID Bulk authentication algorithm (MAC).
Encryption CryptoAlgorithmID Bulk encryption algorithm.
Signature CryptoAlgorithmID Signature algorithm.
Exchange CryptoAlgorithmID Public Key agreement algorithm.
리턴 System