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

상속: AsymmetricKeyExchangeFormatter
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CreateKeyExchange ( byte rgbData ) : byte[]
CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
RSAPKCS1KeyExchangeFormatter ( )
RSAPKCS1KeyExchangeFormatter ( AsymmetricAlgorithm key )
SetKey ( AsymmetricAlgorithm key ) : void

메소드 상세

CreateKeyExchange() 공개 메소드

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

CreateKeyExchange() 공개 메소드

public CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
rgbData byte
symAlgType Type
리턴 byte[]

RSAPKCS1KeyExchangeFormatter() 공개 메소드

RSAPKCS1KeyExchangeFormatter() 공개 메소드

public RSAPKCS1KeyExchangeFormatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() 공개 메소드

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