mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-11 06:07:03 +00:00
Crypto: New KeyFactory interface
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.i2p.crypto;
|
||||
|
||||
/**
|
||||
* Make KeyPairs
|
||||
*
|
||||
* @since 0.9.44
|
||||
*/
|
||||
public interface KeyFactory {
|
||||
|
||||
public KeyPair getKeys();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user