EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

CertMgr Bean

Properties   Methods   Events   Configuration Settings   Errors  

The CertMgr component is used to manage the digital certificates installed on a system.

Syntax

InEDI.Certmgr

Remarks

The bean methods, such as ListCertificateStores or ListStoreCertificates, are used to list certificate stores and certificates. The corresponding lists are returned via the StoreList and CertList events. Encoded certificates are provided through the events.

You can load a certificate by setting the Cert property of the bean, then you can get information about the certificate through the corresponding fields of the Cert property (described below).

The Subject, SerialNumber, and Issuer fields identify the certificate. The EffectiveDate and ExpirationDate show the time boundaries of the certificate.

PublicKey, PublicKeyAlgorithm, PublicKeyLength, and Version provide information about the certificate keys and the certificate format (version).

UsageFlags specifies the intended usage of the certificate. The Usage field provides a text description of these flags.

Property List


The following is the full list of the properties of the bean with short descriptions. Click on the links for further details.

CertThe current selected certificate.
CertExtensionsA list of extensions used by the currently selected certificate.
CertStoreThe certificate store to search for certificates.
CertStorePasswordThe password for the certificate store (if any).
CertStoreTypeThe type of certificate store for CertStore .

Method List


The following is the full list of the methods of the bean with short descriptions. Click on the links for further details.

configSets or retrieves a configuration setting .
createCertificateCreates a new self-signed certificate in the current store.
createKeyCreates a new keyset associated with the provided name.
deleteCertificateDeletes the currently selected certificate from the store.
deleteKeyDeletes the keyset associated with the provided name.
exportCertificateSaves the current certificate to a file.
generateCSRGenerates a new CSR to be sent to a signing authority.
importCertificateImports a certificate from a PFX file into the current certificate store.
importSignedCSRImports a signed CSR.
issueCertificateCreates a new certificate in the current store, signed by the selected certificate.
listCertificateStoresLists certificate stores.
listKeysList keysets in a CSP.
listMachineStoresList machine certificate stores.
listStoreCertificatesList certificates in a store.
readCertificateLoads a certificate from a file.
readCSRReads a Certificate Signing Request (CSR).
resetResets all certificate properties to their default values.
saveCertificateSaves the current certificate to a file.
showCertificateChainShow certificate chain.
signCSRCreates a signed certificate from a CSR.

Event List


The following is the full list of the events fired by the bean with short descriptions. Click on the links for further details.

CertChainShows the certificate chain for the certificate (see the ShowCertificateChain method).
CertListLists the certificates in a store (see the ListStoreCertificates method).
ErrorInformation about errors during data delivery.
KeyListLists the keysets in a CSP (see the ListKeys method).
StoreListLists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Configuration Settings


The following is a list of configuration settings for the bean with short descriptions. Click on the links for further details.

CertCommentA comment to include in a saved certificate.
CertificateOutputFormatThe format of the certificate to save.
CertKeyLengthThe public key length for created certificates and keys.
CertKeyTypeThe types of keys created for new certificates.
CertPublicKeyAlgorithmThe public key algorithm used when a certificate is created.
CertSignatureAlgorithmThe signature algorithm used when creating certificates.
CertValidityTimeThe validity period for the certificate.
CertValidityOffsetThe number of days until the certificate becomes valid.
CSPThe Cryptographic Service Provider.
ExportedCertThe exported certificate file.
ExportFormatThe format of the exported certificate.
ImportCertActionSpecified the action to take if a matching certificate or a link to a matching certificate already exists.
JWKAlgorithmThe JWK algorithm.
JWKKeyIdThe JWK key Id.
JWKKeyOpsThe JWK intended key operations list.
JWKUseThe JWK use parameter value.
KeyFormatHow the public and private key are formatted.
ReplaceKeyWhether or not to replace an existing key when creating a new key.
RequestSubjectAltNamesSubject Alternative Names for a Certificate Signing Request.
SavedCertThe saved certificate file.
GUIAvailableTells the component whether or not a message loop is available for processing events.
UseDaemonThreadsWhether threads created by the component are daemon threads.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]