javacard.security
Interface DSAPublicKey

All Superinterfaces:
DSAKey, Key, PublicKey

public interface DSAPublicKey
extends PublicKey, DSAKey


Method Summary
 short getY(byte[], short)
           
 void setY(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

setY

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

getY

public short getY(byte[],
                  short)