Uses of Enum Class
net.i2p.crypto.SKMType
Packages that use SKMType
Package
Description
These classes provide a number of low-level cryptographic routines.
-
Uses of SKMType in net.i2p.crypto
Methods in net.i2p.crypto that return SKMTypeModifier and TypeMethodDescriptionSessionKeyManager.getSKMType()static SKMTypeReturns the enum constant of this class with the specified name.static SKMType[]SKMType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.i2p.crypto with parameters of type SKMTypeModifierConstructorDescriptionprotectedSessionKeyManager(SKMType type) For subclassesprotectedSessionKeyManager(I2PAppContext context, SKMType type) For subclasses