javacard.security
Interface RSAPrivateKey

All Superinterfaces:
Key, PrivateKey

public interface RSAPrivateKey
extends PrivateKey


Method Summary
 short getExponent(byte[], short)
           
 short getModulus(byte[], short)
           
 void setExponent(byte[], short, short)
           
 void setModulus(byte[], short, short)
           
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
 

Method Detail

setModulus

public void setModulus(byte[],
                       short,
                       short)
                throws CryptoException
CryptoException

setExponent

public void setExponent(byte[],
                        short,
                        short)
                 throws CryptoException
CryptoException

getModulus

public short getModulus(byte[],
                        short)

getExponent

public short getExponent(byte[],
                         short)