C# Класс CertificatesToDBandBack.Helpers

Показать файл Открыть проект

Открытые методы

Метод Описание
AlignBytes ( byte inputBytes, int alignSize ) : byte[]

DecodeIntegerSize ( System rd ) : int

This helper function parses an integer size from the reader using the ASN.1 format

GetBytesFromPEM ( string pemString, PemStringType type ) : byte[]

Описание методов

AlignBytes() публичный статический Метод

public static AlignBytes ( byte inputBytes, int alignSize ) : byte[]
inputBytes byte
alignSize int
Результат byte[]

DecodeIntegerSize() публичный статический Метод

This helper function parses an integer size from the reader using the ASN.1 format
public static DecodeIntegerSize ( System rd ) : int
rd System
Результат int

GetBytesFromPEM() публичный статический Метод

public static GetBytesFromPEM ( string pemString, PemStringType type ) : byte[]
pemString string
type PemStringType
Результат byte[]