C# Class Goedel.Cryptography.PKIX.RSAPublicKey

RSAPublicKey
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Modulus byte[]
PublicExponent byte[]

Méthodes publiques

Méthode Description
Encode ( Goedel Buffer ) : void

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.

RSAPublicKey ( RSAParameters RSAParameters ) : System

Create instance from RSAParameters structure.

Method Details

Encode() public méthode

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
public Encode ( Goedel Buffer ) : void
Buffer Goedel Output buffer
Résultat void

RSAPublicKey() public méthode

Create instance from RSAParameters structure.
public RSAPublicKey ( RSAParameters RSAParameters ) : System
RSAParameters RSAParameters Input parameters.
Résultat System

Property Details

Modulus public_oe property

ASN.1 member Modulus
public byte[] Modulus
Résultat byte[]

PublicExponent public_oe property

ASN.1 member PublicExponent
public byte[] PublicExponent
Résultat byte[]