public class X509ProxyCertPathParameters
extends java.lang.Object
implements java.security.cert.CertPathParameters
Constructor and Description |
---|
X509ProxyCertPathParameters(java.security.KeyStore initTrustStore,
java.security.cert.CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy) |
X509ProxyCertPathParameters(java.security.KeyStore initTrustStore,
java.security.cert.CertStore initCRLStore,
SigningPolicyStore initPolicyStore,
boolean initRejectLimitedProxy,
java.util.Map<java.lang.String,ProxyPolicyHandler> initHandlers) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Makes a copy of this
CertPathParameters . |
java.security.cert.CertStore |
getCrlStore() |
java.util.Map<java.lang.String,ProxyPolicyHandler> |
getPolicyHandlers() |
SigningPolicyStore |
getSigningPolicyStore() |
java.security.KeyStore |
getTrustStore() |
boolean |
isRejectLimitedProxy() |
public X509ProxyCertPathParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy)
public X509ProxyCertPathParameters(java.security.KeyStore initTrustStore, java.security.cert.CertStore initCRLStore, SigningPolicyStore initPolicyStore, boolean initRejectLimitedProxy, java.util.Map<java.lang.String,ProxyPolicyHandler> initHandlers)
public java.security.KeyStore getTrustStore()
public java.security.cert.CertStore getCrlStore()
public SigningPolicyStore getSigningPolicyStore()
public boolean isRejectLimitedProxy()
public java.util.Map<java.lang.String,ProxyPolicyHandler> getPolicyHandlers()
public java.lang.Object clone()
CertPathParameters
. Changes to the copy
will not affect the original and vice versa.clone
in interface java.security.cert.CertPathParameters
clone
in class java.lang.Object
CertPathParameters