C# 클래스 JsonWebToken.Cryptography.Hmac

파일 보기 프로젝트 열기: uruk-project/Jwt 1 사용 예제들

공개 메소드들

메소드 설명
ComputeHash ( ReadOnlySpan source, Span destination ) : void

Computes the hash value.

ComputeHash ( ReadOnlySpan source, Span destination, Span W ) : void

Computes the hash value.

Hmac ( JsonWebToken.Cryptography.Sha2 sha2, ReadOnlySpan key, Span hmacKey ) : System

Initializes a new instance of the HmacSha2 class.

메소드 상세

ComputeHash() 공개 메소드

Computes the hash value.
public ComputeHash ( ReadOnlySpan source, Span destination ) : void
source ReadOnlySpan
destination Span
리턴 void

ComputeHash() 공개 메소드

Computes the hash value.
public ComputeHash ( ReadOnlySpan source, Span destination, Span W ) : void
source ReadOnlySpan
destination Span
W Span
리턴 void

Hmac() 공개 메소드

Initializes a new instance of the HmacSha2 class.
public Hmac ( JsonWebToken.Cryptography.Sha2 sha2, ReadOnlySpan key, Span hmacKey ) : System
sha2 JsonWebToken.Cryptography.Sha2
key ReadOnlySpan
hmacKey Span
리턴 System