Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


oracle.security.crypto.cmp.attribute
Class PKIPubInfoRegControl.Action

java.lang.Object
  extended byoracle.security.crypto.cmp.attribute.PKIPubInfoRegControl.Action

Enclosing class:
PKIPubInfoRegControl

public static class PKIPubInfoRegControl.Action
extends java.lang.Object

PKI publication actions.


Field Summary
static PKIPubInfoRegControl.Action DONT_PUBLISH
          PKI publication control action instructing receiver not to publish the certificate.
static PKIPubInfoRegControl.Action PLEASE_PUBLISH
          PKI publication control action instructing receiver to publish the certificate.

 

Method Summary
 int getValue()
          Returns the integer value of the action.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DONT_PUBLISH

public static final PKIPubInfoRegControl.Action DONT_PUBLISH
PKI publication control action instructing receiver not to publish the certificate.

PLEASE_PUBLISH

public static final PKIPubInfoRegControl.Action PLEASE_PUBLISH
PKI publication control action instructing receiver to publish the certificate.

Method Detail

getValue

public int getValue()
Returns the integer value of the action.

Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


Copyright © 2005 ,2006 , Oracle. All rights reserved.