Class KeysetDeriverWrapper


  • public final class KeysetDeriverWrapper
    extends java.lang.Object
    KeysetDeriverWrapper 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 void register()
      Deprecated.
      Call KeyDerivationConfig.register() instead.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • register

        @Deprecated
        public static void register()
                             throws java.security.GeneralSecurityException
        Deprecated.
        Call KeyDerivationConfig.register() instead.
        Registers this wrapper with Tink, allowing to use the primitive.
        Throws:
        java.security.GeneralSecurityException