KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Interface DSAKey

All Known Subinterfaces:
DSAPrivateKey, DSAPublicKey
See Also:
KeyBuilder, Signature, KeyEncryption

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


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


public short getQ(byte[] buffer,
                  short offset)
See Also:
Key, 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 setP(byte[] buffer,
                 short offset,
                 short length)
          throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags