Uses of Enum Class
net.messagevortex.asn1.IdentityStoreBlock.IdentityType
Packages that use IdentityStoreBlock.IdentityType
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of IdentityStoreBlock.IdentityType in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return IdentityStoreBlock.IdentityTypeModifier and TypeMethodDescriptionIdentityStoreBlock.getType()Getting the type of identity this key reflects.Returns the enum constant of this class with the specified name.static IdentityStoreBlock.IdentityType[]IdentityStoreBlock.IdentityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.messagevortex.asn1 with parameters of type IdentityStoreBlock.IdentityTypeModifier and TypeMethodDescriptionstatic IdentityStoreBlockIdentityStoreBlock.getIdentityStoreBlockDemo(IdentityStoreBlock.IdentityType it, String id, boolean complete) Get a new, random IdentityStoreBlock of the specified type.