com.kloudtek.kryptotek.jce.JCERSAKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kryptotek-core Show documentation
Show all versions of kryptotek-core Show documentation
Kryptotek provides an easy to use abstraction layer for cryptographic functions
The newest version!
/*
* Copyright (c) 2015 Kloudtek Ltd
*/
package com.kloudtek.kryptotek.jce;
import com.kloudtek.kryptotek.Key;
import com.kloudtek.kryptotek.key.RSAKey;
/**
* Created by yannick on 20/12/2014.
*/
public interface JCERSAKey extends Key, RSAKey {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy