SerialNumberAdapter.idl (d1766043) SerialNumberAdapter.idl (96af39f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36
37//============================================================================
38
39/** provides conversion services for Serial Numbers.
40
41 <p>An implementation of this service enables the conversion of certificate
42 serial number to and from a string</p>
43
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36
37//============================================================================
38
39/** provides conversion services for Serial Numbers.
40
41 <p>An implementation of this service enables the conversion of certificate
42 serial number to and from a string</p>
43
44 @since OOo 3.1
44 @since OpenOffice 3.1
45 */
46
47service SerialNumberAdapter : XSerialNumberAdapter;
48
49//============================================================================
50
51}; }; }; };
52
53#endif
45 */
46
47service SerialNumberAdapter : XSerialNumberAdapter;
48
49//============================================================================
50
51}; }; }; };
52
53#endif