parsing SPDM cert chain

This commit is contained in:
iadgovuser58 2024-08-02 18:42:03 -04:00
parent e91517c77c
commit b7ffc6da51

View File

@ -159,7 +159,7 @@ public class SpdmCertificateChain {
spdmCertChainInfo += "\n Stopping processing of this cert chain";
}
else {
spdmCertChainInfo += "\n Root hash = " + rootHash.toString();
spdmCertChainInfo += "\n Root hash = " + HexUtils.byteArrayToHexString(rootHash);
spdmCertChainInfo += "\n Number of certs in chain = " + numberOfCerts + "\n";
int certCnt = 1;