C# 클래스 Amazon.Runtime.Internal.Util.DecryptionWrapper

상속: IDecryptionWrapper
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
CreateDecryptor ( ) : void
SetDecryptionData ( byte key, byte IV ) : void

보호된 메소드들

메소드 설명
CreateAlgorithm ( ) : SymmetricAlgorithm
DecryptionWrapper ( ) : System

메소드 상세

CreateAlgorithm() 보호된 추상적인 메소드

protected abstract CreateAlgorithm ( ) : SymmetricAlgorithm
리턴 System.Security.Cryptography.SymmetricAlgorithm

CreateDecryptor() 공개 메소드

public CreateDecryptor ( ) : void
리턴 void

DecryptionWrapper() 보호된 메소드

protected DecryptionWrapper ( ) : System
리턴 System

SetDecryptionData() 공개 메소드

public SetDecryptionData ( byte key, byte IV ) : void
key byte
IV byte
리턴 void