C# 클래스 System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter

상속: AsymmetricKeyExchangeDeformatter
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
DecryptKeyExchange ( byte rgbData ) : byte[]
RSAOAEPKeyExchangeDeformatter ( ) : System.Globalization
RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key ) : System.Globalization
SetKey ( AsymmetricAlgorithm key ) : void

메소드 상세

DecryptKeyExchange() 공개 메소드

public DecryptKeyExchange ( byte rgbData ) : byte[]
rgbData byte
리턴 byte[]

RSAOAEPKeyExchangeDeformatter() 공개 메소드

public RSAOAEPKeyExchangeDeformatter ( ) : System.Globalization
리턴 System.Globalization

RSAOAEPKeyExchangeDeformatter() 공개 메소드

public RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key ) : System.Globalization
key AsymmetricAlgorithm
리턴 System.Globalization

SetKey() 공개 메소드

public SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
리턴 void