T
- the parameters type for the encapsulators and extractors we produce.public interface KTSOperatorFactory<T extends Parameters>
Modifier and Type | Method and Description |
---|---|
EncapsulatedSecretExtractor |
createExtractor(Key key,
T parameters)
Return an extractor for processing encapsulated secrets, initialized with the passed in keys and parameters.
|
EncapsulatingSecretGenerator |
createGenerator(Key key,
T parameters)
Return a generator for making encapsulated secrets, initialized with the passed in keys and parameters.
|
EncapsulatingSecretGenerator createGenerator(Key key, T parameters)
key
- the key to initialize the generator with.parameters
- parameters specifying the characteristics of the generator.EncapsulatedSecretExtractor createExtractor(Key key, T parameters)
key
- the key to initialize the generator with.parameters
- parameters specifying the characteristics of the extractor.