javacard.security
Interface ECPrivateKey

All Superinterfaces:
ECKey, Key, PrivateKey

public interface ECPrivateKey
extends PrivateKey, ECKey


Method Summary
 short getS(byte[], short)
           
 void setS(byte[], short, short)
           
 
Methods inherited from interface javacard.security.Key
clearKey, getSize, getType, isInitialized
 
Methods inherited from interface javacard.security.ECKey
getA, getB, getField, getG, getK, getR, setA, setB, setFieldF2M, setFieldF2M, setFieldFP, setG, setK, setR
 

Method Detail

setS

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

getS

public short getS(byte[],
                  short)
           throws CryptoException
CryptoException