java.security.cert
Class CertPathBuilderSpi
java.lang.Object
java.security.cert.CertPathBuilderSpi
public abstract class CertPathBuilderSpi
- extends Object
The CertPathBuilder
Service Provider Interface
(SPI).
- See Also:
CertPathBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertPathBuilderSpi
public CertPathBuilderSpi()
- Creates a new CertPathBuilderSpi.
engineBuild
public abstract CertPathBuilderResult engineBuild(CertPathParameters params)
throws CertPathBuilderException,
InvalidAlgorithmParameterException
- Creates a certificate path from the specified parameters.
- Parameters:
params
- The parameters to use.
- Returns:
- The certificate path result.
- Throws:
CertPathBuilderException
- If the certificate path cannot be
built.
InvalidAlgorithmParameterException
- If the
implementation rejects the specified parameters.