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.
*
* The validation status will returned as a bit-wise long, please refer to
* CertificateValidity definition.
|
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.
*
* 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
|
|
Copyright © 2010 Sun Microsystems, Inc.