com.ibm.crypto.fips.provider

Interface FeedbackCipher

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getFeedback()
      Gets the name of the feedback mechanism
      byte[] getIV()
      Gets the initialization vector.
      void reset()
      Resets the iv to its original value.
    • Method Detail

      • getFeedback

        java.lang.String getFeedback()
        Gets the name of the feedback mechanism
        Returns:
        the name of the feedback mechanism
      • getIV

        byte[] getIV()
        Gets the initialization vector.
        Returns:
        the initialization vector
      • reset

        void reset()
        Resets the iv to its original value. This is used when doFinal is called in the Cipher class, so that the cipher can be reused (with its original iv).
© Portions Copyright 2003, 2014, 2015, 2016 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2014 Oracle and/or its affiliates. All rights reserved.