C# Class HabboEncryption.Security.Cryptography.RSACParameters

Show file Open project: Joopie1994/HabboEncryption

Private Properties

Property Type Description

Public Methods

Method Description
FromXmlFile ( string xmlFile ) : RSACParameters
FromXmlString ( string xmlString ) : RSACParameters
RSACParameters ( ) : System
RSACParameters ( BigInteger modules, BigInteger exponent ) : System
RSACParameters ( BigInteger d, BigInteger modules, BigInteger exponent ) : System
RSACParameters ( BigInteger d, BigInteger dp, BigInteger dq, BigInteger exponent, BigInteger inverseQ, BigInteger modules, BigInteger p, BigInteger q ) : System
ToXmlFile ( string xmlFile ) : void
ToXmlString ( ) : string

Method Details

FromXmlFile() public static method

public static FromXmlFile ( string xmlFile ) : RSACParameters
xmlFile string
return RSACParameters

FromXmlString() public static method

public static FromXmlString ( string xmlString ) : RSACParameters
xmlString string
return RSACParameters

RSACParameters() public method

public RSACParameters ( ) : System
return System

RSACParameters() public method

public RSACParameters ( BigInteger modules, BigInteger exponent ) : System
modules BigInteger
exponent BigInteger
return System

RSACParameters() public method

public RSACParameters ( BigInteger d, BigInteger modules, BigInteger exponent ) : System
d BigInteger
modules BigInteger
exponent BigInteger
return System

RSACParameters() public method

public RSACParameters ( BigInteger d, BigInteger dp, BigInteger dq, BigInteger exponent, BigInteger inverseQ, BigInteger modules, BigInteger p, BigInteger q ) : System
d BigInteger
dp BigInteger
dq BigInteger
exponent BigInteger
inverseQ BigInteger
modules BigInteger
p BigInteger
q BigInteger
return System

ToXmlFile() public method

public ToXmlFile ( string xmlFile ) : void
xmlFile string
return void

ToXmlString() public method

public ToXmlString ( ) : string
return string