|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityKeyManagement
Performs KeyManagement releated operations for an entity. $Date$ $Revision$
Method Summary | |
---|---|
KeyPair |
generatePersonalKeyPair(String algo,
int keySize,
String provider,
String alias)
A method that can be used by a client to generate a personal-key pair, a given client may specifiy the algorithm to do so, and also the provider |
PublicKey |
getPersonalPublicKey(String alias)
Retrieve the personal public key associated with an entity |
SecretKey |
getTemplateKey(int templateId)
Get the secret template key associated with a templateId |
Method Detail |
---|
KeyPair generatePersonalKeyPair(String algo, int keySize, String provider, String alias) throws ServiceException
ServiceException
PublicKey getPersonalPublicKey(String alias) throws ServiceException
ServiceException
SecretKey getTemplateKey(int templateId) throws ServiceException
ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |