KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > security > ECKey

javacard.security
Interface ECKey

All Known Subinterfaces:
ECPrivateKey, ECPublicKey
See Also:
KeyBuilder, Signature, KeyEncryption, KeyAgreement

public short getA(byte[] buffer,
                  short offset)
           throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short getB(byte[] buffer,
                  short offset)
           throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short getField(byte[] buffer,
                      short offset)
               throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short getG(byte[] buffer,
                  short offset)
           throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short getK()
           throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short getR(byte[] buffer,
                  short offset)
           throws CryptoException
See Also:
Key
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setA(byte[] buffer,
                 short offset,
                 short length)
          throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setB(byte[] buffer,
                 short offset,
                 short length)
          throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFieldF2M(short e)
                 throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFieldF2M(short e1,
                        short e2,
                        short e3)
                 throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFieldFP(byte[] buffer,
                       short offset,
                       short length)
                throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setG(byte[] buffer,
                 short offset,
                 short length)
          throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setK(short K)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setR(byte[] buffer,
                 short offset,
                 short length)
          throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags