public class ChainingSignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingSignatureTrustEngine
s.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.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 1999-2012. All Rights Reserved.