| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
  
java.lang.Enum<ContentParseException.Reason>
      
oracle.irm.engine.content.sealing.ContentParseException.Reason
public static enum ContentParseException.Reason
The reason for the parse error.
| Enum Constant Summary | |
|---|---|
CONTENT_TRUNCATEDTruncated sealed content.  | 
|
MAGIC_NOT_FOUNDThe sealed content magic value was not found.  | 
|
PREAMBLE_NOT_FOUNDThe sealed content preamble was not found.  | 
|
PRIVATE_BLOCK_DIGEST_MISMATCHThe encrypted data has been modified.  | 
|
PRIVATE_HEADER_CORRUPTThe contents of a sealed content private header are invalid.  | 
|
PUBLIC_HEADER_CORRUPTThe public header XML is badly formed.  | 
|
PUBLIC_HEADER_DATA_DIGEST_MISMATCHA private header does not match the public header.  | 
|
PUBLIC_HEADER_MISSINGThe public header is not present in the sealed content.  | 
|
PUBLIC_HEADER_SIGNATURE_CORRUPTThe public header signatures XML is badly formed.  | 
|
PUBLIC_HEADER_SIGNATURE_MISMATCHThe public header has failed signature verification.  | 
|
PUBLIC_HEADER_SIGNATURE_MISSINGThe public header signatures are not present in the sealed content.  | 
|
XML_BLOCK_EMPTYAn XML block in sealed content is empty.  | 
|
XML_BLOCK_INVALID_SIZEAn XML block in sealed content has an invalid size.  | 
|
XML_BLOCK_TRUNCATEDAn XML block in sealed content is truncated or missing.  | 
|
| Method Summary | |
|---|---|
static ContentParseException.Reason | 
valueOf(String name)Returns the enum constant of this type with the specified name.  | 
static ContentParseException.Reason[] | 
values()Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final ContentParseException.Reason CONTENT_TRUNCATED
public static final ContentParseException.Reason XML_BLOCK_INVALID_SIZE
public static final ContentParseException.Reason XML_BLOCK_EMPTY
public static final ContentParseException.Reason XML_BLOCK_TRUNCATED
public static final ContentParseException.Reason PREAMBLE_NOT_FOUND
public static final ContentParseException.Reason MAGIC_NOT_FOUND
public static final ContentParseException.Reason PUBLIC_HEADER_MISSING
public static final ContentParseException.Reason PUBLIC_HEADER_CORRUPT
public static final ContentParseException.Reason PUBLIC_HEADER_SIGNATURE_MISMATCH
public static final ContentParseException.Reason PUBLIC_HEADER_SIGNATURE_MISSING
public static final ContentParseException.Reason PUBLIC_HEADER_SIGNATURE_CORRUPT
public static final ContentParseException.Reason PUBLIC_HEADER_DATA_DIGEST_MISMATCH
public static final ContentParseException.Reason PRIVATE_BLOCK_DIGEST_MISMATCH
public static final ContentParseException.Reason PRIVATE_HEADER_CORRUPT
| Method Detail | 
|---|
public static ContentParseException.Reason[] values()
for (ContentParseException.Reason c : ContentParseException.Reason.values())
    System.out.println(c);
public static ContentParseException.Reason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||