KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface ECPublicKey

All Superinterfaces:
ECKey, Key, PublicKey
See Also:
ECPrivateKey, KeyBuilder, Signature, KeyEncryption, KeyAgreement

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


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

Popular Tags