mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-30 09:49:00 +00:00
Added case statement for 2.23.133.2.25 just like for 2.23.133.2.17 so that the error isn't thrown. (#272)
This commit is contained in:
parent
c319821e41
commit
db31614694
@ -766,6 +766,7 @@ public class PlatformCredential extends DeviceAssociatedCertificate {
|
|||||||
new PlatformConfigurationV2(attributeSequence));
|
new PlatformConfigurationV2(attributeSequence));
|
||||||
break;
|
break;
|
||||||
case TCG_PLATFORM_SPECIFICATION:
|
case TCG_PLATFORM_SPECIFICATION:
|
||||||
|
case PLATFORM_CREDENTIAL_TYPE:
|
||||||
// handled in parseFields
|
// handled in parseFields
|
||||||
break;
|
break;
|
||||||
case TCG_CREDENTIAL_SPECIFICATION:
|
case TCG_CREDENTIAL_SPECIFICATION:
|
||||||
|
Loading…
Reference in New Issue
Block a user