Uses of Enum Class
net.messagevortex.asn1.encryption.CipherUsage
Packages that use CipherUsage
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of CipherUsage in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return CipherUsageModifier and TypeMethodDescriptionCipherSpec.getCipherUsage()CipherSpec.setCipherUsage(CipherUsage usage) Sets the usage type for the cypher specified in this set.Methods in net.messagevortex.asn1 with parameters of type CipherUsageModifier and TypeMethodDescriptionCipherSpec.setCipherUsage(CipherUsage usage) Sets the usage type for the cypher specified in this set.Constructors in net.messagevortex.asn1 with parameters of type CipherUsage -
Uses of CipherUsage in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return CipherUsageModifier and TypeMethodDescriptionstatic CipherUsageCipherUsage.getById(int id) Gets a usage by its Id.static CipherUsageCipherUsage.getByString(String name) Gets a usage by its name.static CipherUsageReturns the enum constant of this class with the specified name.static CipherUsage[]CipherUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.