Interface ICryptoTransform

  • All Known Subinterfaces:
    IAuthenticatedCryptoTransform

    public interface ICryptoTransform
    Defines the basic operations of cryptographic transformations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] doFinal​(byte[] input)
      Transforms the specified region of the specified byte array as a single operation.