Class Crypto.CipherParams

  • Enclosing class:
    Crypto

    public static class Crypto.CipherParams
    extends java.lang.Object
    A class encapsulating the client-specifiable parameters for the cipher. algorithm is the name of the algorithm in the default system provider, or the lower-cased version of it; eg "aes" or "AES". Clients may instance a CipherParams directly and populate it, or may query the implementation to obtain a default system CipherParams.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait