Class IVParameterSpec

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

    public class IVParameterSpec
    extends java.lang.Object
    implements java.security.spec.AlgorithmParameterSpec
    An algorithm parameter that consists of an initialization vector (IV).
    • Constructor Summary

      Constructors 
      Constructor Description
      IVParameterSpec​(byte[] iv)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] 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)
    • Method Detail

      • getIV

        public byte[] getIV()
        Returns:
        Reference to an internal copy of the initialization vector.