Package org.globus.gsi
Class X509ProxyCertPathValidatorResult
java.lang.Object
org.globus.gsi.X509ProxyCertPathValidatorResult
- All Implemented Interfaces:
Cloneable
,CertPathValidatorResult
FILL ME
- Author:
- ranantha@mcs.anl.gov
-
Constructor Summary
ConstructorsConstructorDescriptionX509ProxyCertPathValidatorResult
(X509Certificate initIdentityCertificate) X509ProxyCertPathValidatorResult
(X509Certificate initIdentityCertificate, boolean initLimited) -
Method Summary
-
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:
clone
in interfaceCertPathValidatorResult
- Overrides:
clone
in classObject
- Returns:
- a copy of this
CertPathValidatorResult
-