Skip navigation links

Oracle Fusion Middleware S/MIME Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10672-05


oracle.security.crypto.smime.ess
Class ReceiptRequest.AllOrFirstTier

java.lang.Object
  extended by oracle.security.crypto.smime.ess.ReceiptRequest.AllOrFirstTier

Enclosing class:
ReceiptRequest

public static class ReceiptRequest.AllOrFirstTier
extends java.lang.Object

A 'AllOrFirstTier' is a part of the 'ReceiptsFrom' field of a ReceiptRequest.


Field Summary
static ReceiptRequest.AllOrFirstTier ALL_RECIPIENTS
          Requests Receipts from All the Recipients.
static ReceiptRequest.AllOrFirstTier FIRST_TIER_RECIPIENTS
          Requests Receipts only from the First Tier Recipients.

 

Method Summary
 boolean equals(java.lang.Object o)
          Indicate if this object equals the specified object.
 int getValue()
          Returns the value.
 int hashCode()
          Returns the hash code of this object.

 

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

 

Field Detail

ALL_RECIPIENTS

public static final ReceiptRequest.AllOrFirstTier ALL_RECIPIENTS
Requests Receipts from All the Recipients.

FIRST_TIER_RECIPIENTS

public static final ReceiptRequest.AllOrFirstTier FIRST_TIER_RECIPIENTS
Requests Receipts only from the First Tier Recipients.

Method Detail

getValue

public int getValue()
Returns the value.
Returns:
The integer value.

hashCode

public int hashCode()
Returns the hash code of this object.
Overrides:
hashCode in class java.lang.Object
Returns:
The hash code.

equals

public boolean equals(java.lang.Object o)
Indicate if this object equals the specified object.
Overrides:
equals in class java.lang.Object
Returns:
true if the specified object is equals to this object; false otherwise.

Skip navigation links

Oracle Fusion Middleware S/MIME Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10672-05


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