Uses of Enum Class
net.messagevortex.asn1.encryption.SecurityLevel
Packages that use SecurityLevel
-
Uses of SecurityLevel in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevelSecurityLevel.getDefault()Retrieves the default security level to be used.EllipticCurveType.getSecurityLevel()SecurityLevel.next()Retrieves the next higher security level.static SecurityLevelSecurityLevel.setDefault(SecurityLevel newLevel) Sets the default security level to be used.static SecurityLevelReturns the enum constant of this class with the specified name.static SecurityLevel[]SecurityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.messagevortex.asn1.encryption that return types with arguments of type SecurityLevelModifier and TypeMethodDescriptionAlgorithm.getParameters()Get a map of security levels and default parameters for this algorithm.Methods in net.messagevortex.asn1.encryption with parameters of type SecurityLevelModifier and TypeMethodDescriptionintAlgorithm.getBlockSize(SecurityLevel sl) Get the block size for this algorithm and security level.intAlgorithm.getKeySize(SecurityLevel sl) Get the key size for this algorithm and security level.Algorithm.getParameters(SecurityLevel sl) Get default parameters for the security level specified.static SecurityLevelSecurityLevel.setDefault(SecurityLevel newLevel) Sets the default security level to be used.