Method | Description | |
---|---|---|
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[] |
|
public static AlignBytes ( byte inputBytes, int alignSize ) : byte[] | ||
inputBytes | byte | |
alignSize | int | |
return | byte[] |
public static DecodeIntegerSize ( System rd ) : int | ||
rd | System | |
return | int |
public static GetBytesFromPEM ( string pemString, PemStringType type ) : byte[] | ||
pemString | string | |
type | PemStringType | |
return | byte[] |