Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
Modifier and Type | Method | Description |
---|---|---|
EncAlgo |
EncType.getBaseAlgorithm() |
the standard base algorithm name used for the Java crypto factories
|
static EncAlgo |
EncAlgo.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EncAlgo[] |
EncAlgo.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|