Uses of Enum
net.i2p.crypto.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
Modifier 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. -
Uses of EncType in net.i2p.data
Modifier and TypeMethodDescriptionKeyCertificate.getEncType()
KeysAndCert.getEncType()
PrivateKey.getType()
PublicKey.getType()
Modifier 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.ModifierConstructorDescriptionKeyCertificate
(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
Modifier and TypeFieldDescriptionLeaseSetKeys.SET_BOTH
Unmodifiable, ElGamal and ECIES-X25519.LeaseSetKeys.SET_EC
Unmodifiable, ECIES-X25519 onlyLeaseSetKeys.SET_ELG
Unmodifiable, ElGamal onlyModifier and TypeMethodDescriptionLeaseSetKeys.getSupportedEncryption()
What types of encryption are supported?Modifier 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
Modifier and TypeMethodDescriptionstatic EncType
CreateRouterInfoJob.getEncTypeConfig
(RouterContext ctx) The configured EncType to expect on read-in -
Uses of EncType in net.i2p.router.web.helpers
Modifier 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