Class KeysetDeriverWrapper
- java.lang.Object
-
- com.google.crypto.tink.keyderivation.KeysetDeriverWrapper
-
public final class KeysetDeriverWrapper extends java.lang.ObjectKeysetDeriverWrapper is the implementation of PrimitiveWrapper for the KeysetDeriver primitive.The wrapper derives a key from each key in a keyset, and returns the resulting keys as a new keyset. Each of the derived keys inherits key_id, status, and output_prefix_type from the key from which it was derived.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidregister()Deprecated.Call KeyDerivationConfig.register() instead.
-