Uses of Enum
net.i2p.crypto.EncType
Packages that use EncType
Package
Description
These classes provide a number of low-level cryptographic routines.
These classes define the common data structures used by the various
I2P protocols.
The I2P router application handles the I2P network communication.
The I2P startup package loads the configuration when I2P is started.
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 EncTypeModifier and TypeMethodDescriptionstatic EncType
EncType.getByCode
(int code) static EncType
EncType.parseEncType
(String stype) Convenience for user appsstatic EncType
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 -
Uses of EncType in net.i2p.data
Methods in net.i2p.data that return EncTypeModifier and TypeMethodDescriptionKeyCertificate.getEncType()
KeysAndCert.getEncType()
PrivateKey.getType()
PublicKey.getType()
Method parameters in net.i2p.data with type arguments of type EncTypeModifier and TypeMethodDescriptionEncryptedLeaseSet.getEncryptionKey
(Set<EncType> supported) If more than one key, return the first supported one.LeaseSet.getEncryptionKey
(Set<EncType> supported) If more than one key, return the first supported one.LeaseSet2.getEncryptionKey
(Set<EncType> supported) If more than one key, return the first supported one.Constructors in net.i2p.data with parameters of type EncTypeModifierConstructorDescriptionKeyCertificate
(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) -
Uses of EncType in net.i2p.router
Fields in net.i2p.router with type parameters of type EncTypeModifier and TypeFieldDescriptionLeaseSetKeys.SET_BOTH
Unmodifiable, ElGamal and ECIES-X25519.LeaseSetKeys.SET_EC
Unmodifiable, ECIES-X25519 onlyLeaseSetKeys.SET_ELG
Unmodifiable, ElGamal onlyMethods in net.i2p.router that return types with arguments of type EncTypeModifier and TypeMethodDescriptionLeaseSetKeys.getSupportedEncryption()
What types of encryption are supported?Methods in net.i2p.router with parameters of type EncTypeModifier and TypeMethodDescriptionLeaseSetKeys.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 EncTypeModifier and TypeMethodDescriptionstatic 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 EncTypeModifier and TypeMethodDescriptionvoid
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