public interface KeyInfoGeneratorFactory
KeyInfoGenerator instances.| Modifier and Type | Method and Description |
|---|---|
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.
|
@Nonnull KeyInfoGenerator newInstance()
boolean handles(@Nonnull
Credential credential)
credential - the credential to evaluate@Nonnull java.lang.Class<? extends Credential> getCredentialType()
KeyInfoGeneratorManager.