Uses of Class
net.i2p.crypto.EncType
Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.startup |
The I2P startup package loads the configuration when I2P is started.
|
net.i2p.router.web.helpers |
Helpers and handlers for the router console user interface,
with these classes supporting the webapp in routerconsole.war.
|
-
Uses of EncType in net.i2p.crypto
Methods in net.i2p.crypto that return EncType Modifier and Type Method Description static EncType
EncType. getByCode(int code)
static EncType
EncType. parseEncType(String stype)
Convenience for user appsstatic EncType
EncType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncType[]
EncType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.crypto with parameters of type EncType Modifier and Type Method Description KeyPair
KeyGenerator. generatePKIKeys(EncType type)
Supports EncTypes -
Uses of EncType in net.i2p.data
Methods in net.i2p.data that return EncType Modifier and Type Method Description EncType
KeyCertificate. getEncType()
EncType
KeysAndCert. getEncType()
EncType
PrivateKey. getType()
EncType
PublicKey. getType()
Method parameters in net.i2p.data with type arguments of type EncType Modifier and Type Method Description PublicKey
EncryptedLeaseSet. getEncryptionKey(Set<EncType> supported)
If more than one key, return the first supported one.PublicKey
LeaseSet. getEncryptionKey(Set<EncType> supported)
If more than one key, return the first supported one.PublicKey
LeaseSet2. getEncryptionKey(Set<EncType> supported)
If more than one key, return the first supported one.Constructors in net.i2p.data with parameters of type EncType Constructor Description KeyCertificate(SigType type, EncType etype)
A KeyCertificate with crypto type and the signature type as specified.PrivateKey(EncType type)
PrivateKey(EncType type, byte[] data)
PrivateKey(EncType type, byte[] data, PublicKey pubKey)
PublicKey(EncType type)
PublicKey(EncType type, byte[] data)
-
Uses of EncType in net.i2p.router
Fields in net.i2p.router with type parameters of type EncType Modifier and Type Field Description static Set<EncType>
LeaseSetKeys. SET_BOTH
Unmodifiable, ElGamal and ECIES-X25519.static Set<EncType>
LeaseSetKeys. SET_EC
Unmodifiable, ECIES-X25519 onlystatic Set<EncType>
LeaseSetKeys. SET_ELG
Unmodifiable, ElGamal onlyMethods in net.i2p.router that return types with arguments of type EncType Modifier and Type Method Description Set<EncType>
LeaseSetKeys. getSupportedEncryption()
What types of encryption are supported?Methods in net.i2p.router with parameters of type EncType Modifier and Type Method Description PrivateKey
LeaseSetKeys. getDecryptionKey(EncType type)
Decryption key which can open up garlic messages encrypted to the LeaseSet's public key.boolean
LeaseSetKeys. isSupported(EncType type)
Do we support this type of encryption? -
Uses of EncType in net.i2p.router.startup
Methods in net.i2p.router.startup that return EncType Modifier and Type Method Description static EncType
CreateRouterInfoJob. getEncTypeConfig(RouterContext ctx)
The configured EncType to expect on read-in -
Uses of EncType in net.i2p.router.web.helpers
Methods in net.i2p.router.web.helpers with parameters of type EncType Modifier and Type Method Description void
NetDbRenderer. renderRouterInfoHTML(Writer out, int pageSize, int page, String routerPrefix, String version, String country, String family, String caps, String ip, String sybil, int port, SigType type, EncType etype, String mtu, String ipv6, String ssucaps, String tr, int cost)
One String must be non-null