|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.pki.PrincipalBuilderSpi
Service provider interface for PrincipalBuilder
Constructor Summary | |
PrincipalBuilderSpi()
|
Method Summary | |
abstract java.security.Principal |
engineBuild(java.lang.Object contents)
Returns a new principal based on the given contents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrincipalBuilderSpi()
Method Detail |
public abstract java.security.Principal engineBuild(java.lang.Object contents) throws PrincipalException
The parameter will probably be a String most of the times, however other things like an Image (for a photo) are also possible.
PrincipalException
- on a variety of format specific problems.
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |