java.security.cert

Uses of Interface CertPathBuilderResult

Uses of CertPathBuilderResult in java.security.cert

Modifier and Type Class and Description
  1. class
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification path builder algorithm.
Modifier and Type Method and Description
  1. CertPathBuilderResult
CertPathBuilder.build(CertPathParameters params)
Attempts to build a certification path using the specified algorithm parameter set.
  1. abstract
  2. CertPathBuilderResult
CertPathBuilderSpi.engineBuild(CertPathParameters params)
Attempts to build a certification path using the specified algorithm parameter set.