Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
Modifier and Type | Method and Description |
---|---|
static EncType |
EncType.getByCode(int code) |
static EncType |
EncType.parseEncType(String stype)
Convenience for user apps
|
static 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.
|