Changed Classes |
BasicPermission
|
The BasicPermission class extends the Permission class and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission. |
KeyFactory
|
Key factories are used to convert keys (opaque cryptographic keys of type Key ) into key specifications (transparent representations of the underlying key material) and vice versa. |
Permissions
|
This class represents a heterogeneous collection of Permissions. |
Provider
|
This class represents a "provider" for the Java Security API where a provider implements some or all parts of Java Security. |
Security
|
This class centralizes all security properties and common security methods. |
SecurityPermission
|
This class is for security permissions. |
UnresolvedPermission
|
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized. |