Show / Hide Table of Contents

Class AsymmetricKeyParameterExtensions

Extension methods for Org.BouncyCastle.Crypto.AsymmetricKeyParameter. RSAKeySize Org.BouncyCastle.Crypto.AsymmetricKeyParameter IAsymmetricKeygenRSA IAsymmetricCryptographyRSA

Inheritance
System.Object
AsymmetricKeyParameterExtensions
Namespace: GlitchedPolygons.Services.Cryptography.Asymmetric
Assembly: GlitchedPolygons.Services.Cryptography.Asymmetric.dll
Syntax
public static class AsymmetricKeyParameterExtensions : object

Methods

| Improve this Doc View Source

ToPemString(AsymmetricKeyParameter)

Converts a BouncyCastle Org.BouncyCastle.Crypto.AsymmetricKeyParameter to a PEM-formatted string.

Declaration
public static string ToPemString(this AsymmetricKeyParameter key)
Parameters
Type Name Description
Org.BouncyCastle.Crypto.AsymmetricKeyParameter key

The key to stringify.

Returns
Type Description
System.String

string containing the PEM-formatted key.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX