Class X509ProxyCertPathValidatorResult
java.lang.Object
org.globus.gsi.X509ProxyCertPathValidatorResult
- All Implemented Interfaces:
Cloneable, CertPathValidatorResult
FILL ME
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionX509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate) X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate, boolean initLimited) -
Method Summary
-
Field Details
-
idenX509Certificate
-
limited
private boolean limited
-
-
Constructor Details
-
X509ProxyCertPathValidatorResult
-
X509ProxyCertPathValidatorResult
public X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate, boolean initLimited)
-
-
Method Details
-
getIdentityCertificate
-
isLimited
public boolean isLimited() -
clone
Makes a copy of thisCertPathValidatorResult. Changes to the copy will not affect the original and vice versa.- Specified by:
clonein interfaceCertPathValidatorResult- Overrides:
clonein classObject- Returns:
- a copy of this
CertPathValidatorResult
-