mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
parsing SPDM cert chain
This commit is contained in:
parent
e91517c77c
commit
b7ffc6da51
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user