|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.rsa.swsj.SecurityParameters
This class holds parameters required by a Security operation, contained in
KeyInfo objects.
| Constructor Summary | |
SecurityParameters(SWSJContext context)
Instantiates a particular |
|
| Method Summary | |
getContext()
Gets the SWSJContext that is used to carry a number of common parameters and state variables. |
|
KeyInfo[] |
getKeyInfos()
Gets an array of |
void |
setKeyInfos(KeyInfo[] keyInfos)
Sets the array of |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecurityParameters(SWSJContext context)
throws InvalidParameterException
SecurityParameters object.
context - An object that collects a number of common parameters and
state variables, e.g., JCE provider.
InvalidParameterException - If context is invalid.| Method Detail |
public SWSJContext getContext()
public void setKeyInfos(KeyInfo[] keyInfos)
throws InvalidParameterException
KeyInfo objects that can contain keys,
names, certificates, and other public key management information.
keyInfos - The array of KeyInfo objects.
InvalidParameterException - If keyInfos are invalid.public KeyInfo[] getKeyInfos()
KeyInfo objects.
KeyInfo objects that can contain keys,
names, certificates, and other public key management
information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||