Method | Description | |
---|---|---|
DecodeRsaPrivateKey ( byte privateKeyBytes ) : |
This helper function parses an RSA private key using the ASN.1 format
|
public static DecodeRsaPrivateKey ( byte privateKeyBytes ) : |
||
privateKeyBytes | byte | Byte array containing PEM string of private key. |
return |