Uses of Class
hcrypto.cipher.Cipher

Packages that use Cipher
hcrypto.cipher   
 

Uses of Cipher in hcrypto.cipher
 

Methods in hcrypto.cipher that return Cipher
static Cipher Cipher.getInstance(java.lang.String algorithm)
          searches for a provider that provides an implementation of the algorithm named in its parameter, throwing a "no such algorithm" exception if none is found.
static Cipher Cipher.getInstance(java.lang.String algorithm, java.lang.String provider)
          searches for the provider named in the second parameter for an implementation of the algorithm named in its first parameter.