Interface BlockEncryptionAlgorithm

    • Method Detail

      • getCipherMode

        @Nonnull
        @NotEmpty
        String getCipherMode()
        Get the JCA cipher mode specified by this algorithm.
        Returns:
        the cipher mode
      • getPadding

        @Nonnull
        @NotEmpty
        String getPadding()
        Get the JCA padding algorithm specified by this algorithm.
        Returns:
        the padding algorithm