LibreOffice
LibreOffice 5.0 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
#ifndef __com_sun_star_xml_crypto_securityoperationstatus_idl_
21
#define __com_sun_star_xml_crypto_securityoperationstatus_idl_
22
23
module com { module sun { module star { module xml { module crypto {
24
28
enum
SecurityOperationStatus
29
{
30
UNKNOWN
,
31
OPERATION_SUCCEEDED
,
32
RUNTIMEERROR_FAILED
,
85
ENGINE_FAILED
,
86
MALLOC_FAILED
,
87
STRDUP_FAILED
,
88
CRYPTO_FAILED
,
89
XML_FAILED
,
90
XSLT_FAILED
,
91
IO_FAILED
,
92
DISABLED
,
93
NOT_IMPLEMENTED
,
94
INVALID_SIZE
,
95
INVALID_DATA
,
96
INVALID_RESULT
,
97
INVALID_TYPE
,
98
INVALID_OPERATION
,
99
INVALID_STATUS
,
100
INVALID_FORMAT
,
101
DATA_NOT_MATCH
,
102
INVALID_NODE
,
103
INVALID_NODE_CONTENT
,
104
INVALID_NODE_ATTRIBUTE
,
105
MISSING_NODE_ATTRIBUTE
,
106
NODE_ALREADY_PRESENT
,
107
UNEXPECTED_NODE
,
108
NODE_NOT_FOUND
,
109
INVALID_TRANSFORM
,
110
INVALID_TRANSFORM_KEY
,
111
INVALID_URI_TYPE
,
112
TRANSFORM_SAME_DOCUMENT_REQUIRED
,
113
TRANSFORM_DISABLED
,
114
INVALID_KEY_DATA
,
115
KEY_DATA_NOT_FOUND
,
116
KEY_DATA_ALREADY_EXIST
,
117
INVALID_KEY_DATA_SIZE
,
118
KEY_NOT_FOUND
,
119
KEYDATA_DISABLED
,
120
MAX_RETRIEVALS_LEVEL
,
121
MAX_RETRIEVAL_TYPE_MISMATCH
,
122
MAX_ENCKEY_LEVEL
,
123
CERT_VERIFY_FAILED
,
124
CERT_NOT_FOUND
,
125
CERT_REVOKED
,
126
CERT_ISSUER_FAILED
,
127
CERT_NOT_YET_VALID
,
128
CERT_HAS_EXPIRED
,
129
DSIG_NO_REFERENCES
,
130
DSIG_INVALID_REFERENCE
,
131
ASSERTION
132
};
133
134
} ; } ; } ; } ; } ;
135
136
#endif
137
138
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4