KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface DSAPrivateKey

All Superinterfaces:
DSAKey, Key, PrivateKey
See Also:
DSAPublicKey, KeyBuilder, Signature, KeyEncryption

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


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

Popular Tags