KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface ECPrivateKey

All Superinterfaces:
ECKey, Key, PrivateKey
See Also:
ECPublicKey, KeyBuilder, Signature, KeyEncryption, KeyAgreement

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


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

Popular Tags