KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.security
Class KeyAgreement

java.lang.Object
  |
  +--javacard.security.KeyAgreement

public static final byte ALG_EC_SVDP_DH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte ALG_EC_SVDP_DHC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short generateSecret(byte[] publicData,
                                     short publicOffset,
                                     short publicLength,
                                     byte[] secret,
                                     short secretOffset)
                              throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract byte getAlgorithm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final KeyAgreement getInstance(byte algorithm,
                                             boolean externalAccess)
                                      throws CryptoException
See Also:
ALG_EC_SVDP_DH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void init(PrivateKey privKey)
                   throws CryptoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected KeyAgreement()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags