C# 클래스 Jose.RsaOaep

파일 보기 프로젝트 열기: senzacionale/xamarin-jose-jwt 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( byte cipherText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
Encrypt ( byte plainText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( byte cipherText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
cipherText byte
key System.Security.Cryptography.CngKey
hash CngAlgorithm
리턴 byte[]

Encrypt() 공개 정적인 메소드

public static Encrypt ( byte plainText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
plainText byte
key System.Security.Cryptography.CngKey
hash CngAlgorithm
리턴 byte[]