|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.trustmanager.CertPathValidatorState
public class CertPathValidatorState
Simple class to hold the path validator state from one stage to the next.
Field Summary | |
---|---|
java.util.Vector<FullTrustAnchor> |
m_anchorStack
the stack of CA parent certs for namespace and CRL checking |
int |
m_basicConstraintsPathLimit
The path limit from the basic constraints, default unlimited. |
DN |
m_basicConstraintsPathLimiter
The path limiter cert DN for the basic constraints limit. |
int |
m_proxyInfoPathLimit
The path limit from the proxy info extension, default unlimited. |
DN |
m_proxyInfoPathLimiter
The path limiter cert DN for the proxy info extension limit. |
int |
m_proxyType
The type of the proxy. |
Constructor Summary | |
---|---|
CertPathValidatorState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int m_basicConstraintsPathLimit
public DN m_basicConstraintsPathLimiter
public int m_proxyInfoPathLimit
public DN m_proxyInfoPathLimiter
public int m_proxyType
public java.util.Vector<FullTrustAnchor> m_anchorStack
Constructor Detail |
---|
public CertPathValidatorState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |