Interface KeyDeriver

  • All Known Implementing Classes:
    PrfBasedKeyDeriver

    @Immutable
    public interface KeyDeriver
    Derives a single key from a given salt.

    This interface is Tink internal. Users should always use a KeysetDeriver.

    • Method Detail

      • deriveKey

        Key deriveKey​(byte[] salt)
               throws java.security.GeneralSecurityException
        Throws:
        java.security.GeneralSecurityException