CertificateValidity.idl (d1766043) CertificateValidity.idl (a893be29)
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

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

29#define __com_sun_star_security_CertificateValidity_idl_
30
31#include <com/sun/star/uno/XInterface.idl>
32#include <com/sun/star/util/DateTime.idl>
33
34module com { module sun { module star { module security {
35
36/**
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

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

29#define __com_sun_star_security_CertificateValidity_idl_
30
31#include <com/sun/star/uno/XInterface.idl>
32#include <com/sun/star/util/DateTime.idl>
33
34module com { module sun { module star { module security {
35
36/**
37 * Constant definiton of a certificate characters.
37 * Constant definition of a certificate characters.
38 *
39 * The certificate characters will be defined as bit-wise constants.
40 */
41constants CertificateValidity
42{
43 const long VALID = 0x00000000;
44 /**
45 * The certificate is invalid.

--- 84 unchanged lines hidden ---
38 *
39 * The certificate characters will be defined as bit-wise constants.
40 */
41constants CertificateValidity
42{
43 const long VALID = 0x00000000;
44 /**
45 * The certificate is invalid.

--- 84 unchanged lines hidden ---