Uses of Interface
java.security.cert.CertPathBuilderResult

Uses of CertPathBuilderResult in java.security.cert
 

Classes in java.security.cert that implement CertPathBuilderResult
 class PKIXCertPathBuilderResult
          This class represents the successful result of the PKIX certification path builder algorithm.
 

Methods in java.security.cert that return CertPathBuilderResult
 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.
 



Copyright © 2002, 2005 IBM Corp. All Rights Reserved.