public interface KeyInfoGeneratorFactory
KeyInfoGenerator
instances.修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
KeyInfoGenerator newInstance()
boolean handles(Credential credential)
credential
- the credential to evaluateClass<? extends Credential> getCredentialType()
KeyInfoGeneratorManager
.Copyright © 2012. All Rights Reserved.