public class ChainingSignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingSignatureTrustEngines.| Modifier and Type | Field and Description |
|---|---|
private List<SignatureTrustEngine> |
chain
List of chain members.
|
| Constructor and Description |
|---|
ChainingSignatureTrustEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
List<SignatureTrustEngine> |
getChain()
Gets the chain member list.
|
Class |
getObjectType() |
void |
setChain(List<SignatureTrustEngine> newChain)
Sets the chain member list.
|
private List<SignatureTrustEngine> chain
public ChainingSignatureTrustEngineFactoryBean()
public List<SignatureTrustEngine> getChain()
public void setChain(List<SignatureTrustEngine> newChain)
newChain - the new chain member listpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanCopyright © 1999-2015. All Rights Reserved.