C# 클래스 BraintreeEncryption.Library.BouncyCastle.Crypto.Encodings.Pkcs1Encoding

상속: IAsymmetricBlockCipher
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
Init ( bool forEncryption, ICipherParameters parameters ) : void
Pkcs1Encoding ( IAsymmetricBlockCipher cipher ) : System
ProcessBlock ( byte input, int inOff, int length ) : byte[]

비공개 메소드들

메소드 설명
DecodeBlock ( byte input, int inOff, int inLen ) : byte[]
EncodeBlock ( byte input, int inOff, int inLen ) : byte[]
Pkcs1Encoding ( ) : System

메소드 상세

GetInputBlockSize() 공개 메소드

public GetInputBlockSize ( ) : int
리턴 int

GetOutputBlockSize() 공개 메소드

public GetOutputBlockSize ( ) : int
리턴 int

GetUnderlyingCipher() 공개 메소드

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
리턴 IAsymmetricBlockCipher

Init() 공개 메소드

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
리턴 void

Pkcs1Encoding() 공개 메소드

public Pkcs1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
리턴 System

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]