java.lang.Object | |
↳ | java.security.cert.CertPathBuilderSpi |
The Service Provider Interface (SPI) for the CertPathBuilder
class to be implemented by security providers.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
CertPathBuilderSpi instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds a certification path with the specified algorithm parameters.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Builds a certification path with the specified algorithm parameters.
params | the algorithm parameters. |
---|
CertPathBuilderException | if the build fails. |
---|---|
InvalidAlgorithmParameterException | if the specified parameters cannot be used to build the path with this builder. |