HDIV API 2.0.4

Uses of Class
org.hdiv.cipher.Key

Packages that use Key
org.hdiv.cipher   
 

Uses of Key in org.hdiv.cipher
 

Methods in org.hdiv.cipher that return Key
 Key IKeyFactory.generateKey()
          This method is called whenever a key needs to be generated.
 Key KeyFactory.generateKey()
          This method is called whenever a key needs to be generated.
 Key IKeyFactory.generateKeyWithDefaultValues()
          This method is called whenever a key needs to be generated.
 Key KeyFactory.generateKeyWithDefaultValues()
          This method is called whenever a key needs to be generated with Pseudo Random Number Generator algorithm and provider default values.
 

Methods in org.hdiv.cipher with parameters of type Key
 void CipherHTTP.initDecryptMode(Key key)
          Generates a Cipher object that implements the specified transformation, initializes cipher vector and initializes cipher to decryption mode with a key and a set of algorithm parameters.
 void ICipherHTTP.initDecryptMode(Key key)
          Generates a Cipher object that implements the specified transformation, initializes cipher vector and initializes cipher to decryption mode with a key and a set of algorithm parameters.
 void MockCipherHTTP.initDecryptMode(Key key)
           
 void CipherHTTP.initEncryptMode(Key key)
          Generates a Cipher object that implements the specified transformation, initializes cipher vector and initializes cipher to encryption mode with a key and a set of algorithm parameters.
 void ICipherHTTP.initEncryptMode(Key key)
          Generates a Cipher object that implements the specified transformation, initializes cipher vector and initializes cipher to encryption mode with a key and a set of algorithm parameters.
 void MockCipherHTTP.initEncryptMode(Key key)
           
 


HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.