|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyInfoGeneratorFactory
Interface for factories which produce KeyInfoGenerator instances.
| Method Summary | |
|---|---|
java.lang.Class<? extends Credential> |
getCredentialType()
Get the type (interface) of the specific type of credential handled by generators produced by this factory. |
boolean |
handles(Credential credential)
Check whether the generators produced by this factory can handle the specified credential. |
KeyInfoGenerator |
newInstance()
Get a new instance of the generator type produced by the factory. |
| Method Detail |
|---|
KeyInfoGenerator newInstance()
boolean handles(Credential credential)
credential - the credential to evaluate
java.lang.Class<? extends Credential> getCredentialType()
KeyInfoGeneratorManager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||