Class IVParameterSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class IVParameterSpec
    extends javax.crypto.spec.IvParameterSpec
    An algorithm parameter that consists of an initialization vector (IV).
    • Method Summary

      • Methods inherited from class javax.crypto.spec.IvParameterSpec

        getIV
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IVParameterSpec

        public IVParameterSpec​(byte[] iv)
      • IVParameterSpec

        public IVParameterSpec​(byte[] iv,
                               int offset,
                               int len)