接口 SecurityProvider
-
public interface SecurityProvider
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidcheckBundle(Bundle bundle)java.lang.ObjectgetSignerMatcher(Bundle bundle, int signersType)booleanhasBundlePermission(java.security.ProtectionDomain pd, java.security.Permission p, boolean direct)
-
-
-
方法详细资料
-
hasBundlePermission
boolean hasBundlePermission(java.security.ProtectionDomain pd, java.security.Permission p, boolean direct)
-
getSignerMatcher
java.lang.Object getSignerMatcher(Bundle bundle, int signersType)
-
checkBundle
void checkBundle(Bundle bundle) throws java.lang.Exception
- 抛出:
java.lang.Exception
-
-