Interface AssistedEncryptAlgorithm<I,​O>

  • Type Parameters:
    I - type of plain value
    O - type of cipher value
    All Superinterfaces:
    EncryptAlgorithm<I,​O>, org.apache.shardingsphere.infra.util.spi.type.typed.algorithm.ShardingSphereAlgorithm, org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI

    public interface AssistedEncryptAlgorithm<I,​O>
    extends EncryptAlgorithm<I,​O>
    Assisted encrypt algorithm.
    • Method Summary

      • Methods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI

        getType, getTypeAliases, init, isDefault