Interface ICryptoTransform

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Security.Cryptography, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: System.Security.Cryptography
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.Security.Cryptography.ICryptoTransform
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IDisposable
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Returns:
        A String representing the name used to allocated the object in CLR context
      • TransformFinalBlock

        byte[] TransformFinalBlock​(byte[] inputBuffer,
                                   int inputOffset,
                                   int inputCount)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransformFinalBlock

        byte[] TransformFinalBlock​(JCORefOut dupParam0,
                                   int dupParam1,
                                   int dupParam2)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransformBlock

        int TransformBlock​(byte[] inputBuffer,
                           int inputOffset,
                           int inputCount,
                           byte[] outputBuffer,
                           int outputOffset)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TransformBlock

        int TransformBlock​(JCORefOut dupParam0,
                           int dupParam1,
                           int dupParam2,
                           JCORefOut dupParam3,
                           int dupParam4)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCanReuseTransform

        boolean getCanReuseTransform()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCanTransformMultipleBlocks

        boolean getCanTransformMultipleBlocks()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getInputBlockSize

        int getInputBlockSize()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOutputBlockSize

        int getOutputBlockSize()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable