|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CertPathParameters in java.security.cert |
---|
Classes in java.security.cert that implement CertPathParameters | |
---|---|
class |
PKIXBuilderParameters
Parameters used as input for the PKIX CertPathBuilder
algorithm. |
class |
PKIXParameters
Parameters used as input for the PKIX CertPathValidator
algorithm. |
Methods in java.security.cert with parameters of type CertPathParameters | |
---|---|
CertPathBuilderResult |
CertPathBuilder.build(CertPathParameters params)
Attempts to build a certification path using the specified algorithm parameter set. |
abstract CertPathBuilderResult |
CertPathBuilderSpi.engineBuild(CertPathParameters params)
Attempts to build a certification path using the specified algorithm parameter set. |
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath,
CertPathParameters params)
Validates the specified certification path using the specified algorithm parameter set. |
CertPathValidatorResult |
CertPathValidator.validate(CertPath cp,
CertPathParameters param)
Validates the specified certification path using the specified algorithm parameter set. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |