| java.security.BasicPermission org.jboss.security.srp.SRPPermission
SRPPermission | public class SRPPermission extends BasicPermission (Code) | | A custom permission class for protecting access to sensitive SRP information
like the private session key and private key.
The following table lists all the possible SRPPermission target names,
and for each provides a description of what the permission allows
and a discussion of the risks of granting code the permission.
Permission Target Name |
What the Permission Allows |
Risks of Allowing this Permission |
getSessionKey |
Access the private SRP session key |
This provides access the the private session key that results from
the SRP negiotation. Access to this key will allow one to encrypt/decrypt msgs
that have been encrypted with the session key.
|
author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
SRPPermission | public SRPPermission(String name)(Code) | | Creates new SRPPermission
|
|
|