de.flexiprovider.core.rsa
Interface RSAPrivKeySpecInterface

All Superinterfaces:
KeySpec, java.security.spec.KeySpec
All Known Implementing Classes:
RSAPrivateKeySpec, RSAPrivateCrtKeySpec

interface RSAPrivKeySpecInterface
extends KeySpec


Method Summary
 FlexiBigInt getD()
           
 FlexiBigInt getN()
           
 

Method Detail

getN

public FlexiBigInt getN()
Returns:
the modulus n

getD

public FlexiBigInt getD()
Returns:
the private exponent d