Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


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

java.lang.Object
  extended by oracle.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.

Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


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