:: com :: sun :: star :: xml :: crypto ::
|
unpublished |
interface XSecurityEnvironment |
|
|
|
- Usage Restrictions
- not published
- Description
- * Interface of Security Environment
|
Methods' Summary |
getPersonalCertificates |
* Get personal certificate from the environment
|
getCertificate |
* Get certificate from the environment by issuer name and serial number
|
buildCertificatePath |
* build certificate path from a certain certificate
|
createCertificateFromRaw |
* Create certificate interface from raw DER encoded certificate
|
createCertificateFromAscii |
* Create certificate interface from a Base64 encoded certificate.
|
verifyCertificate |
Verify a certificate.
The method provides a way to verify a certificate.
|
getCertificateCharacters |
* Get a certificate characters.
*
* The method provides a way to get certificate characters like:
* 1. Whether or not the certificate have a private key in the user profile.
* 2. Whether or not the certificate is a trusted certificate.
* 3. Whether or not the certificate is a self-signed certificate.
*
* The certificate characters is defined as bit-wise long, please refer to
* CertificateCharacters definition.
|
getSecurityEnvironmentInformation |
* Get the Environment detail infos
|
Methods' Details |
getPersonalCertificates
- Description
- * Get personal certificate from the environment
|
|
getCertificate
- Description
- * Get certificate from the environment by issuer name and serial number
|
|
buildCertificatePath
- Description
- * build certificate path from a certain certificate
|
|
createCertificateFromRaw
- Description
- * Create certificate interface from raw DER encoded certificate
|
|
createCertificateFromAscii
- Description
- * Create certificate interface from a Base64 encoded certificate.
|
|
verifyCertificate
- Description
- Verify a certificate.
The method provides a way to verify a certificate.
- Parameter xEECertificate
- The certificate which is to be validated.
- Parameter intermediateCertificates
- Additional certificates which can be used by the method in constructing
the certificate chain. The root certificate may also be contained. However,
the implementation must check if the root certificate is indeed trusted by
the user.
All entries of the sequence must be non-null references.
- Returns
- The validation status will returned as a bit-wise long, please refer to
CertificateValidity definition.
|
|
getCertificateCharacters
- Description
- * Get a certificate characters.
*
* The method provides a way to get certificate characters like:
* 1. Whether or not the certificate have a private key in the user profile.
* 2. Whether or not the certificate is a trusted certificate.
* 3. Whether or not the certificate is a self-signed certificate.
*
* The certificate characters is defined as bit-wise long, please refer to
* CertificateCharacters definition.
|
|
getSecurityEnvironmentInformation
string |
getSecurityEnvironmentInformation(); |
- Description
- * Get the Environment detail infos
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.