Uses of Class
ami.security.AMIRSAKey

Packages that use AMIRSAKey
ami.security Contains everything AMI needs about security : PKI, Hashing, symmetrical encoding 
 

Uses of AMIRSAKey in ami.security
 

Subclasses of AMIRSAKey in ami.security
 class AMIPrivateKey
          AMI private key
 class AMIPublicKey
          AMI public key
 

Methods in ami.security with parameters of type AMIRSAKey
static byte[] AMIPKI.rsaEncode(byte[] bIn, AMIRSAKey ark)
          Encode the given byte array using rsa algorithm Caution: bIn ust be >0 bIn can be neg in some case.
static byte[] AMIPKI.rsaDecode(byte[] bIn, AMIRSAKey ark)
          put your documentation comment here