All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kloudtek.kryptotek.key.HMACKey Maven / Gradle / Ivy

Go to download

Kryptotek provides an easy to use abstraction layer for cryptographic functions

The newest version!
/*
 * Copyright (c) 2015 Kloudtek Ltd
 */

package com.kloudtek.kryptotek.key;

import com.kloudtek.kryptotek.DigestAlgorithm;

/**
 * Created by yannick on 18/12/2014.
 */
public interface HMACKey extends SymmetricKey, SignAndVerifyKey {
    DigestAlgorithm getDigestAlgorithm();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy