|
Préférences
Moteurs de recherche
|
||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
java.security.cert
|
|||||||||||
| Constructor Summary | |
CertPathBuilderSpi()
The default constructor. |
|
| Method Summary | |
abstract CertPathBuilderResult |
engineBuild(CertPathParameters params)
Attempts to build a certification path using the specified algorithm parameter set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CertPathBuilderSpi()
| Method Detail |
public abstract CertPathBuilderResult engineBuild(CertPathParameters params) throws CertPathBuilderException, InvalidAlgorithmParameterException
params - the algorithm parameters
CertPathBuilderException - if the builder is unable to construct
a certification path that satisfies the specified parameters
InvalidAlgorithmParameterException - if the specified parameters
are inappropriate for this CertPathBuilder