public class StaticPKIXX509CredentialTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXX509CredentialTrustEngines based on a static
PKIXValidationInformation resolver.| Modifier and Type | Field and Description |
|---|---|
private List<PKIXValidationInformation> |
pkixInfo
List of PKIX validation info.
|
private PKIXValidationOptions |
pkixOptions
PKIX validation options.
|
private Set<String> |
trustedNames
Set of trusted names.
|
| Constructor and Description |
|---|
StaticPKIXX509CredentialTrustEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
private List<PKIXValidationInformation> pkixInfo
private PKIXValidationOptions pkixOptions
public StaticPKIXX509CredentialTrustEngineFactoryBean()
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 in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanCopyright © 1999-2015. All Rights Reserved.