Java.Security.PolicySpi Class
Represents the Service Provider Interface (SPI) for java.security.

See Also: PolicySpi Members

Syntax

[Android.Runtime.Register("java/security/PolicySpi", DoNotGenerateAcw=true)]
public abstract class PolicySpi : Java.Lang.Object

Remarks

Represents the Service Provider Interface (SPI) for java.security.Policy class.

If there is any class that wants to provide a Policy implementation, all abstract methods in this SPI should be implemented.

The detailed implementations should offer a public constructor, in which a Policy.Paramters implementation acts as an input parameter.If the Policy.Paramters input cannot by understood by the constructor, an IllegalArgumentException will be thrown.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9