Package org.globus.gsi
Class X509ProxyCertPathValidatorResult
- java.lang.Object
-
- org.globus.gsi.X509ProxyCertPathValidatorResult
-
- All Implemented Interfaces:
Cloneable
,CertPathValidatorResult
public class X509ProxyCertPathValidatorResult extends Object implements CertPathValidatorResult
FILL ME- Author:
- ranantha@mcs.anl.gov
-
-
Constructor Summary
Constructors Constructor Description X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate)
X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate, boolean initLimited)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Makes a copy of thisCertPathValidatorResult
.X509Certificate
getIdentityCertificate()
boolean
isLimited()
-
-
-
Constructor Detail
-
X509ProxyCertPathValidatorResult
public X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate)
-
X509ProxyCertPathValidatorResult
public X509ProxyCertPathValidatorResult(X509Certificate initIdentityCertificate, boolean initLimited)
-
-
Method Detail
-
getIdentityCertificate
public X509Certificate getIdentityCertificate()
-
isLimited
public boolean isLimited()
-
clone
public Object 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
-
-