de.flexiprovider.core.mprsa
Class RSAOtherPrimeInfo

java.lang.Object
  |
  +--de.flexiprovider.core.mprsa.RSAOtherPrimeInfo

public class RSAOtherPrimeInfo
extends java.lang.Object


Constructor Summary
RSAOtherPrimeInfo(FlexiBigInt prime, FlexiBigInt primeExponent, FlexiBigInt crtCoefficient)
           
 
Method Summary
 FlexiBigInt getCrtCoefficient()
           
 FlexiBigInt getExponent()
           
 FlexiBigInt getPrime()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAOtherPrimeInfo

public RSAOtherPrimeInfo(FlexiBigInt prime,
                         FlexiBigInt primeExponent,
                         FlexiBigInt crtCoefficient)
Method Detail

getPrime

public final FlexiBigInt getPrime()

getExponent

public final FlexiBigInt getExponent()

getCrtCoefficient

public final FlexiBigInt getCrtCoefficient()