Oracle

weblogic.security
Interface CertificatePolicy


public interface CertificatePolicy

The CertificatePolicy interface exposes the CertificatePolicy Extension in the X509Certificate.


Method Summary
 String getID()
          gets the Certificate Policy Id in the CertificatePolicy Extension.
 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[]

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, 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.