Skip to content

The TDF interface is more complicated than it needs to be #127

@mkleene

Description

@mkleene

Currently the TDF interface requires the client to pass the services that it needs, like this:

var reader = new TDF().loadTDF(in, sdk.getServices().kas());

new TDF().createTDF(in, out, tdfConfig, sdk.getServices().kas());

In the golang SDK operations on TDFs take in the SDK as a parameter so we don't need to pass in the various
services required.

We should refactor the java SDK to work more like that so that users don't have to do deal with details they don't care
about.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions