|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.cert.CertPathValidator
public class CertPathValidator
| Constructor Summary | |
|---|---|
protected |
CertPathValidator(CertPathValidatorSpi validatorSpi,
Provider provider,
String algorithm)
|
| Method Summary | |
|---|---|
String |
getAlgorithm()
|
static String |
getDefaultType()
|
static CertPathValidator |
getInstance(String algorithm)
throws NullPointerException if algorithm is null |
static CertPathValidator |
getInstance(String algorithm,
Provider provider)
throws NullPointerException if algorithm is null |
static CertPathValidator |
getInstance(String algorithm,
String provider)
throws NullPointerException if algorithm is null |
Provider |
getProvider()
|
CertPathValidatorResult |
validate(CertPath certPath,
CertPathParameters params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CertPathValidator(CertPathValidatorSpi validatorSpi,
Provider provider,
String algorithm)
| Method Detail |
|---|
public final String getAlgorithm()
public final Provider getProvider()
public static CertPathValidator getInstance(String algorithm)
throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static CertPathValidator getInstance(String algorithm,
String provider)
throws NoSuchAlgorithmException,
NoSuchProviderException
NoSuchAlgorithmException
NoSuchProviderException
public static CertPathValidator getInstance(String algorithm,
Provider provider)
throws NoSuchAlgorithmException
NoSuchAlgorithmException
public final CertPathValidatorResult validate(CertPath certPath,
CertPathParameters params)
throws CertPathValidatorException,
InvalidAlgorithmParameterException
CertPathValidatorException
InvalidAlgorithmParameterExceptionpublic static final String getDefaultType()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||