Integration Server 10.15 | Built-In Services Reference Guide | Security Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.security:clearAuthenticationCache
pub.security:clearKeyAndChain
pub.security:decrypt
pub.security:decryptAndVerify
pub.security:encrypt
pub.security:generateHashValue
pub.security:generateSalt
pub.security.ports:hostNamesSpec
pub.security:setKeyAndChain
pub.security:setKeyAndChainFromBytes
pub.security:sign
pub.security:signAndEncrypt
pub.security:userInfoSpec
pub.security:verify
pub.security.enterpriseGateway:alertSpec
pub.security.enterpriseGateway:customFilterSpec
pub.security.keystore.pkcs7:sign
pub.security.keystore:getCertificate
pub.security.keystore:getKeyAndChain
pub.security.keystore:getTrustedCertificates
pub.security.keystore:setKeyAndChain
pub.security.outboundPasswords:getPassword
pub.security.outboundPasswords:listKeys
pub.security.outboundPasswords:setPassword
pub.security.outboundPasswords:removePassword
pub.security.outboundPasswords:updatePassword
pub.security.pkcs7:sign
pub.security.pkcs7:verify
pub.security.util:convertSecureString
pub.security.util:createMessageDigest
pub.security.util:createSecureString
pub.security.util:destroySecureString
pub.security.util:getCertificateInfo
pub.security.util:loadPKCS7CertChain
pub.security.xml:decryptXML
pub.security.xml:encryptXML
pub.security.xml:signXML
pub.security.xml:verifyXML
The following elements are available in this folder:
Element
Package and Description
WmPublic. Clears the authentication cache in Integration Server.
WmPublic. Clears the set key and certificate chain and reverts back to the default key and certificate chain for the subsequent set of invoked services.
WmPublic. Decrypts the encrypted data and returns plain data as a stream object or a byte array.
WmPublic. Decrypts the encrypted data and verifies the associated digital signature.
WmPublic. Converts plain data to encrypted data.
WmPublic. Returns the hashed value for a string input.
WmPublic. Creates a salt value.
WmPublic. Specification for a service that returns a list of IP addresses or hostnames in the CSV format.
WmPublic. Deprecated - Replaced by pub.security.keystore:setKeyAndChain.
WmPublic. Associates a key and certificate chain with the subsequent set of invoked services. Use this service to associate a key and certificate chain that is different from the default settings, and if your key and certificate information is located in byte arrays (rather than files).
WmPublic. Adds a digital signature to data.
WmPublic. Adds a digital signature to data and then encrypts the data.
WmPublic. Specification for the signature of a UserInfo service that performs custom processing based on the personally identifiable information in the OpenID Connect UserInfo token returned from the OpenID Provider
WmPublic. Verifies the digital signature associated with the data.
WmPublic. Specification for flow services used to send alerts about violations of webMethods Enterprise Gateway rules.
WmPublic. Specification for services that can be invoked by the custom filter in Enterprise Gateway rules.
WmPublic. Creates a PKCS7 signed Data object.
WmPublic. Returns the trusted certificate, stored in a truststore, that corresponds to the certificate's alias.
WmPublic. Returns a private key and its associated certificate chain from a designated keystore.
WmPublic. Returns the trusted certificates located in a specified truststore.
WmPublic. Associates a key and certificate chain with the subsequent set of invoked services. Use this service to associate a key and certificate chain that is different from the default settings, and if your key and certificate information is stored in a keystore file.
WmPublic. Retrieves a password from the password store for a given key.
WmPublic. Lists the keys in the password store.
WmPublic. Removes a password from the password store for a given key.
WmPublic. Stores a key and password in the password store.
WmPublic. Changes the password value for a key already in the password store.
WmPublic. Creates a PKCS7 SignedData object.
WmPublic. Processes a digital signature to guarantee that the data associated with the signature has not been modified.
WmPublic. Returns a WmSecureString in Java String, byte array, or character array format.
WmPublic. Generates a message digest for a given message.
WmPublic. Creates a WmSecureString object from either a Java String, byte array, or character array.
WmPublic. Destroys a WmSecureString such that it no longer resides in memory and is removed from the pipeline.
WmPublic. Retrieves information such as serial number, issuer, and expiration date from a digital certificate.
WmPublic. Converts a certificate chain that is in PKCS #7 format to a list of byte arrays.
WmPublic. Decrypts the encrypted XML, and returns the XML as either a string or stream object.
WmPublic. Encrypt an XML document or node in an XML document.
WmPublic. Digitally sign an outgoing XML node or document.
WmPublic. Verifies a signed XML document, or node in an XML document, and returns information about the success or failure of the verification.