public class StaticPKIXSignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXSignatureTrustEngine
s based on a static
PKIXValidationInformation resolver.コンストラクタと説明 |
---|
StaticPKIXSignatureTrustEngineFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
List<PKIXValidationInformation> |
getPKIXInfo()
Gets the list of PKIX validation info.
|
PKIXValidationOptions |
getPKIXValidationOptions()
Get the PKIX validation options.
|
Set<String> |
getTrustedNames()
Gets the set of trusted names.
|
void |
setPKIXInfo(List<PKIXValidationInformation> newPKIXInfo)
Sets the list of PKIX validation info.
|
void |
setPKIXValidationOptions(PKIXValidationOptions newOptions)
Set the PKIX validation options.
|
void |
setTrustedNames(Set<String> newTrustedNames)
Sets the set of trusted names.
|
public StaticPKIXSignatureTrustEngineFactoryBean()
public PKIXValidationOptions getPKIXValidationOptions()
public void setPKIXValidationOptions(PKIXValidationOptions newOptions)
newOptions
- the new set of validation optionspublic List<PKIXValidationInformation> getPKIXInfo()
public void setPKIXInfo(List<PKIXValidationInformation> newPKIXInfo)
newPKIXInfo
- the new list of PKIX validation infopublic Set<String> getTrustedNames()
public void setTrustedNames(Set<String> newTrustedNames)
newTrustedNames
- the set of trusted namespublic Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 2012. All Rights Reserved.