ami.security
Class AMIPrivateKey

java.lang.Object
  |
  +--ami.security.AMIRSAKey
        |
        +--ami.security.AMIPrivateKey

public final class AMIPrivateKey
extends AMIRSAKey

AMI private key

Version:
1.0
Author:
Bertrand Florat

Fields inherited from class ami.security.AMIRSAKey
exp, n, RADIX_REPRESENTATION
 
Constructor Summary
AMIPrivateKey(BigInteger exp, BigInteger n)
           
AMIPrivateKey(String s)
           
 
Methods inherited from class ami.security.AMIRSAKey
equals, getExp, getN, hashCode, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AMIPrivateKey

public AMIPrivateKey(BigInteger exp,
                     BigInteger n)

AMIPrivateKey

public AMIPrivateKey(String s)
              throws AMIException