Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.3)

Part Number E13941-03

Package weblogic.security.pk

Provides interfaces and classes to build and validate certification paths.

See:
          Description

Interface Summary
CertPathSelector A CertPathSelector contains the selection criteria for locating and validating a certification path.
 

Class Summary
CertPathBuilderParameters The certification path builder parameters that a caller must use to access the WebLogic Server Certificate Lookup and Validation (CLV) Framework via the JDK's CertPathBuilder API.
CertPathValidatorParameters The certification path validator parameters that a caller must use to access the WebLogic Server Certificate Lookup and Validation (CLV) Framework via the JDK's CertPathValidator API.
EndCertificateSelector Look up and validate certificate chains using the chain's end certificate.
IssuerDNSerialNumberSelector Look up and validate certificate chains using the issuer's Distinguished Name (DN) and the serial number of the chain's end certificate.
SubjectDNSelector Look up and validate certificate chains using the subject distinguished name (DN) of the chain's end certificate.
SubjectKeyIdentifierSelector Look up and validate certificate chains using the subject key identifier of the chain's end certificate.
WLSCertPathBuilderResult A convenience class for returning results.
WLSCertPathValidatorResult A convenience class for returning results.
X509ThumbprintSelector This class holds the thumbprint of an X.509 end certificate that serves as the selection criteria for locating and validating a certificate chain.
 

Package weblogic.security.pk Description

Provides interfaces and classes to build and validate certification paths.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.3 API Reference
11g Release 1 (10.3.3)

Part Number E13941-03