C# 클래스 Keyczar.TimeoutVerifier.TimeoutVerifierHelper

Helper class to verify the expiration date with the data
상속: Verifier
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

공개 메소드들

메소드 설명
TimeoutVerifierHelper ( IKeySet keySet ) : System

Initializes a new instance of the TimeoutVerifierHelper class.

TimeoutVerifierHelper ( string keySetLocation ) : System

Initializes a new instance of the TimeoutVerifierHelper class.

보호된 메소드들

메소드 설명
PrefixDataVerify ( VerifyingStream verifyingStream, object extra ) : void

Prefixes the data before verifying.

Verify ( Stream input, byte signature, object prefixData, object postfixData, long inputLength ) : bool

Verifies the specified data.

메소드 상세

PrefixDataVerify() 보호된 메소드

Prefixes the data before verifying.
protected PrefixDataVerify ( VerifyingStream verifyingStream, object extra ) : void
verifyingStream VerifyingStream The verifying stream.
extra object The extra data passed by prefixData
리턴 void

TimeoutVerifierHelper() 공개 메소드

Initializes a new instance of the TimeoutVerifierHelper class.
public TimeoutVerifierHelper ( IKeySet keySet ) : System
keySet IKeySet The key set.
리턴 System

TimeoutVerifierHelper() 공개 메소드

Initializes a new instance of the TimeoutVerifierHelper class.
public TimeoutVerifierHelper ( string keySetLocation ) : System
keySetLocation string The key set location.
리턴 System

Verify() 보호된 메소드

Verifies the specified data.
protected Verify ( Stream input, byte signature, object prefixData, object postfixData, long inputLength ) : bool
input Stream The input.
signature byte The signature.
prefixData object The prefix data.
postfixData object The post fix data.
inputLength long (optional) Length of the input.
리턴 bool