Method | Description | |
---|---|---|
DER2OID ( byte oid ) : string | ||
DecodeECDSAKey ( byte der ) : byte[] | ||
DecodePEMKey ( string pemstr ) : byte[] | ||
Main ( string args ) : void |
public static DecodeECDSAKey ( byte der ) : byte[] | ||
der | byte | |
return | byte[] |
public static DecodePEMKey ( string pemstr ) : byte[] | ||
pemstr | string | |
return | byte[] |