C# 클래스 ZeroInstall.Store.Feeds.FeedUtils

Provides utility methods for managing Feeds.
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Encoding System.Text.Encoding

공개 메소드들

메소드 설명
GetSignatures ( [ openPgp, [ feedData ) : IEnumerable

Determines which signatures a feed is signed with.

비공개 메소드들

메소드 설명
GetSignatureStartIndex ( byte feedData ) : int

Finds the point in a data array where the signature block starts.

IsolateAndDecodeSignature ( byte feedData, int signatureStartIndex ) : byte[]

Isolates and decodes the Base64-econded signature.

IsolateFeed ( byte feedData, int signatureStartIndex ) : byte[]

Isolates the actual feed from the signature block.

메소드 상세

GetSignatures() 공개 정적인 메소드

Determines which signatures a feed is signed with.
There is no valid signature data embedded in the .
public static GetSignatures ( [ openPgp, [ feedData ) : IEnumerable
openPgp [ The OpenPGP-compatible system used to validate the signatures.
feedData [ The feed data containing an embedded signature.
리턴 IEnumerable

프로퍼티 상세

Encoding 공개적으로 정적으로 프로퍼티

The encoding used when looking for signature blocks in feed files.
public static Encoding,System.Text Encoding
리턴 System.Text.Encoding