Show / Hide Table of Contents

Class AsymmetricKeyParameterExtensions

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

Inheritance
object
AsymmetricKeyParameterExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: GlitchedPolygons.Services.Cryptography.Asymmetric
Assembly: GlitchedPolygons.Services.Cryptography.Asymmetric.dll
Syntax
public static class AsymmetricKeyParameterExtensions

Methods

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
AsymmetricKeyParameter key

The key to stringify.

Returns
Type Description
string

string containing the PEM-formatted key.

Back to top Generated by DocFX