javacard.security
Interface DSAPrivateKey

All Superinterfaces:
DSAKey, Key, PrivateKey

public interface DSAPrivateKey
extends PrivateKey, DSAKey


Method Summary
 short getX(byte[], short)
           
 void setX(byte[], short, short)
           
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
 
Methods inherited from interface javacard.security.DSAKey
getG, getP, getQ, setG, setP, setQ
 

Method Detail

setX

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

getX

public short getX(byte[],
                  short)