You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue_896: deleted abstract plat form config class, replaced it with plat config v1 (which already exists), moved attribuutes associated with v2 to the v2 class, when validating the aca will now verify if the platform config associated with the cert is v1 or v2. Made corrections to attributes names to better align with tcg docs.
Copy file name to clipboardExpand all lines: HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/ComponentResult.java
+11-11
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public class ComponentResult extends ArchivableEntity {
98
98
*
99
99
* @param boardSerialNumber associated platform certificate serial number.
100
100
* @param certificateSerialNumber unique number associated with header info.
101
-
* @param certificateType parameter holds version 1.2 or 2.0.
101
+
* @param certificateType type of certificate. parameter holds version 1.2 or 2.0.
102
102
* @param componentIdentifier object with information from the platform certificate components.
Copy file name to clipboardExpand all lines: HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/PlatformCredential.java
Copy file name to clipboardExpand all lines: HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/attributes/ComponentAddress.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
importorg.bouncycastle.asn1.ASN1UTF8String;
9
9
10
10
/**
11
-
* Basic class that handle component addresses from the component identifier.
11
+
* Basic class that represents the component addresses from the component identifier object.
Copy file name to clipboardExpand all lines: HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/attributes/ComponentIdentifier.java
+11-11
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
importjava.util.stream.Collectors;
17
17
18
18
/**
19
-
* Basic class that handle component identifiers from the Platform Configuration
20
-
* Attribute.
19
+
* Basic class that represents version 1 of the component identifiers from the Version 1
Copy file name to clipboardExpand all lines: HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/attributes/PlatformConfiguration.java
0 commit comments