LibreOffice
LibreOffice 4.4 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
xml
crypto
SecurityOperationStatus.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
//i20156 - new file for XML security module
21
24
#ifndef __com_sun_star_xml_crypto_securityoperationstatus_idl_
25
#define __com_sun_star_xml_crypto_securityoperationstatus_idl_
26
27
module com { module sun { module star { module xml { module crypto {
28
32
enum
SecurityOperationStatus
33
{
34
UNKNOWN
,
35
OPERATION_SUCCEEDED
,
36
RUNTIMEERROR_FAILED
,
89
ENGINE_FAILED
,
90
MALLOC_FAILED
,
91
STRDUP_FAILED
,
92
CRYPTO_FAILED
,
93
XML_FAILED
,
94
XSLT_FAILED
,
95
IO_FAILED
,
96
DISABLED
,
97
NOT_IMPLEMENTED
,
98
INVALID_SIZE
,
99
INVALID_DATA
,
100
INVALID_RESULT
,
101
INVALID_TYPE
,
102
INVALID_OPERATION
,
103
INVALID_STATUS
,
104
INVALID_FORMAT
,
105
DATA_NOT_MATCH
,
106
INVALID_NODE
,
107
INVALID_NODE_CONTENT
,
108
INVALID_NODE_ATTRIBUTE
,
109
MISSING_NODE_ATTRIBUTE
,
110
NODE_ALREADY_PRESENT
,
111
UNEXPECTED_NODE
,
112
NODE_NOT_FOUND
,
113
INVALID_TRANSFORM
,
114
INVALID_TRANSFORM_KEY
,
115
INVALID_URI_TYPE
,
116
TRANSFORM_SAME_DOCUMENT_REQUIRED
,
117
TRANSFORM_DISABLED
,
118
INVALID_KEY_DATA
,
119
KEY_DATA_NOT_FOUND
,
120
KEY_DATA_ALREADY_EXIST
,
121
INVALID_KEY_DATA_SIZE
,
122
KEY_NOT_FOUND
,
123
KEYDATA_DISABLED
,
124
MAX_RETRIEVALS_LEVEL
,
125
MAX_RETRIEVAL_TYPE_MISMATCH
,
126
MAX_ENCKEY_LEVEL
,
127
CERT_VERIFY_FAILED
,
128
CERT_NOT_FOUND
,
129
CERT_REVOKED
,
130
CERT_ISSUER_FAILED
,
131
CERT_NOT_YET_VALID
,
132
CERT_HAS_EXPIRED
,
133
DSIG_NO_REFERENCES
,
134
DSIG_INVALID_REFERENCE
,
135
ASSERTION
136
};
137
138
} ; } ; } ; } ; } ;
139
140
141
#endif
142
143
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated on Thu Oct 1 2015 21:47:15 for LibreOffice by
1.8.4