@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,METHOD})
public @interface TamperCheck
TamperResponse
,
Specifying Sources and
ActionsModifier and Type | Optional Element and Description |
---|---|
java.lang.String |
action
The custom action that will be performed on each check.
|
java.lang.String |
alias
The alias of the key in the keystore.
|
java.lang.String |
keystore
The location of the keystore which can be a file name or URL.
|
ResponseType |
response
The response to be taken when the application has been compromised.
|
java.lang.String |
storepass
Password to the keystore.
|
java.lang.String |
storetype
The type of the keystore.
|
InjectionPoint |
where
The location in the method where injection will take place.
|
public abstract java.lang.String action
boolean
, with true
indicating the application
has been compromised.
If blank then no action takes place.
public abstract ResponseType response
ResponseType.None
,
ResponseType.Exit
,
ResponseType.Hang
,
ResponseType.Error
,
ResponseType.Exception
public abstract InjectionPoint where
public abstract java.lang.String alias
public abstract java.lang.String storepass
Copyright 2019 PreEmptive Solutions, LLC. All Rights Reserved.