Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.security
Interface CertificatePolicy


public interface CertificatePolicy

The CertificatePolicy interface exposes the CertificatePolicy Extension in the X509Certificate.


Method Summary
abstract  String getID()
          gets the Certificate Policy Id in the CertificatePolicy Extension.
abstract  CertificatePolicyQualifier[] getPolicyQualifiers()
          gets the CertificatePolicyQualifier array which is available in the CertificatePolicy Extension

 

Method Detail

getID

String getID()
gets the Certificate Policy Id in the CertificatePolicy Extension.
Returns:
Strings

getPolicyQualifiers

CertificatePolicyQualifier[] getPolicyQualifiers()
gets the CertificatePolicyQualifier array which is available in the CertificatePolicy Extension
Returns:
CertificatePolicyQualifier[]

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09