|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.GetImplPrivilegedAction
public class GetImplPrivilegedAction
This class resolves the implemenation of an algorithm as privileged action
using the helper class Util
.
Field Summary | |
---|---|
private String |
algorithm_
The algorithm. |
private Provider |
provider_
The provider. |
private String |
type_
The type. |
Constructor Summary | |
---|---|
GetImplPrivilegedAction(String algorithm,
String type,
Provider provider)
Creates a new GetImplPrivilegedAction object. |
Method Summary | |
---|---|
Object |
run()
Implementation of the privileged action to get the algorithm implementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Provider provider_
private String algorithm_
private String type_
Constructor Detail |
---|
public GetImplPrivilegedAction(String algorithm, String type, Provider provider)
algorithm
- the algorithm.type
- the type.provider
- the provider.Method Detail |
---|
public Object run()
run
in interface PrivilegedAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |