Integration Server
10.11 |
Built-In Services Reference Guide
|
Security Folder
|
Summary of Elements in this Folder
|
pub.security.util:loadPKCS7CertChain
pub.security.util:loadPKCS7CertChain
WmPublic. Converts a certificate chain that is in PKCS #7 format to a list of byte arrays.
Input Parameters
certificateChain
byte[ ]
The certificate chain in PKCS #7 format.
Output Parameters
certificates
byte[ ] [ ]
List of byte arrays in which each byte[ ] in the list contains a certificate from
certificateChain
.