Uses of Class
net.i2p.crypto.EncType
-
Packages that use 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. -
-
Uses of EncType in net.i2p.crypto
Methods in net.i2p.crypto that return EncType Modifier and Type Method Description static EncTypeEncType. getByCode(int code)static EncTypeEncType. parseEncType(String stype)Convenience for user appsstatic EncTypeEncType. 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 KeyPairKeyGenerator. 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 EncTypePrivateKey. getType()EncTypePublicKey. getType()Constructors in net.i2p.data with parameters of type EncType Constructor Description PrivateKey(EncType type)PrivateKey(EncType type, byte[] data)PublicKey(EncType type)PublicKey(EncType type, byte[] data)
-