forked from I2P_Developers/i2p.i2p
javadocs
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
package net.i2p.crypto;
|
package net.i2p.crypto;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* PRELIMINARY - unused - subject to change
|
||||||
|
*
|
||||||
* Base encryption algorithm type
|
* Base encryption algorithm type
|
||||||
*
|
*
|
||||||
* @since 0.9.18
|
* @since 0.9.18
|
||||||
|
@ -10,10 +10,12 @@ import net.i2p.data.Hash;
|
|||||||
import net.i2p.data.SimpleDataStructure;
|
import net.i2p.data.SimpleDataStructure;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the properties for various signature types
|
* PRELIMINARY - unused - subject to change
|
||||||
|
*
|
||||||
|
* Defines the properties for various encryption types
|
||||||
* that I2P supports or may someday support.
|
* that I2P supports or may someday support.
|
||||||
*
|
*
|
||||||
* All Signatures, SigningPublicKeys, and SigningPrivateKeys have a type.
|
* All PublicKeys and PrivateKeys have a type.
|
||||||
* Note that a EncType specifies both an algorithm and parameters, so that
|
* Note that a EncType specifies both an algorithm and parameters, so that
|
||||||
* we may change primes or curves for a given algorithm.
|
* we may change primes or curves for a given algorithm.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user