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

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

공개 메소드들

메소드 설명
AppendBlock ( byte buffer, int offset, int count, byte target, int targetOffset ) : int
AppendLastBlock ( byte buffer, int offset, int count ) : byte[]
CreateEncryptor ( ) : void
Reset ( ) : void
SetEncryptionData ( byte key, byte IV ) : void

보호된 메소드들

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

메소드 상세

AppendBlock() 공개 메소드

public AppendBlock ( byte buffer, int offset, int count, byte target, int targetOffset ) : int
buffer byte
offset int
count int
target byte
targetOffset int
리턴 int

AppendLastBlock() 공개 메소드

public AppendLastBlock ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
리턴 byte[]

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

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

CreateEncryptor() 공개 메소드

public CreateEncryptor ( ) : void
리턴 void

EncryptionWrapper() 보호된 메소드

protected EncryptionWrapper ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetEncryptionData() 공개 메소드

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