forked from I2P_Developers/i2p.i2p
Crypto: New KeyFactory interface
This commit is contained in:
12
core/java/src/net/i2p/crypto/KeyFactory.java
Normal file
12
core/java/src/net/i2p/crypto/KeyFactory.java
Normal file
@ -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