Uses of Class
com.beaglesecurity.entities.PluginType
-
Packages that use PluginType Package Description com.beaglesecurity.api.payloads com.beaglesecurity.client com.beaglesecurity.entities -
-
Uses of PluginType in com.beaglesecurity.api.payloads
Methods in com.beaglesecurity.api.payloads that return PluginType Modifier and Type Method Description PluginTypeSignatureVerify. getPluginType()Methods in com.beaglesecurity.api.payloads with parameters of type PluginType Modifier and Type Method Description voidSignatureVerify. setPluginType(PluginType pluginType) -
Uses of PluginType in com.beaglesecurity.client
Methods in com.beaglesecurity.client with parameters of type PluginType Modifier and Type Method Description booleanBeagleSecurityClient. verifySignature(String applicationToken, SignatureType signatureType, PluginType pluginType)Verify signature of an application if signatureType is Plug-in, then pluginType needs to provide.booleanBeagleSecurityClientImpl. verifySignature(String applicationToken, SignatureType signatureType, PluginType pluginType) -
Uses of PluginType in com.beaglesecurity.entities
Methods in com.beaglesecurity.entities that return PluginType Modifier and Type Method Description static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-