6 GTA API Profiles for OPC UA
6.1 ECC-nistP256
6.1.1 GTA API Creation Profile org.opcfoundation.ECC-nistP256
The profile org.opcfoundation.ECC-nistP256 supports creation of a personality using gta_personality_create(). | Property | Description |
|---|---|
| Security Mechanism | Mechanism details as specified in SecurityPolicy [ECC-B] – ECC-nistP256 |
| Fingerprinting | Implementation dependent |
| Attribute type | ch.iec.30168.identifier (attribute name ch.iec.30168.identifier_value; cardinality 1) |
| The identifier value that is assigned to the personality at the time of its creation (cf. IEC TS 30168 6.6.10.4.13). | |
| ch.iec.30168.trustlist.certificate.self.x509 (cardinality 0..1) | |
| X.509 end entity certificate | |
| org.opcfoundation.product_instance_uri (cardinality 0..1) | |
| ProductInstanceUri represented by the personality. This attribute shall be present for personalities which are eligible identities to be used in the OPC UA onboarding process. This attribute should occur at most once. The attribute name shall be set to “ProductInstanceUri”. | |
| Usage Info | org.opcfoundation.ECC-nistP256 |
6.1.2 GTA API Enrollment Profile org.opcfoundation.ECC-nistP256
| Property | Description |
|---|---|
| Profile Dependencies | org.opcfoundation.ECC-nistP256 for creation |
| Enrollment Attributes | org.opcfoundation.csr.subject (optional) |
| CertificateRequestInfo.subject (according to IETF RFC 2986) in ASN.1 DER coding (binary). | |
| org.opcfoundation.csr.subjectAltName (optional) | |
| CertificateRequestInfo.subjectAltName GeneralNames structure to appear as subjectAltName inside an extensionRequest (IETF RFC 2985, IETF RFC 2986). The value shall be specified as ASN.1 DER encoded GeneralNames structure according to IETF RFC 5280. | |
| Enrollment Artifact | PKCS#10 according to RFC 2986 in ASN.1 DER coding (binary). The subject alternative name is set the function fails if none of the information described above is available. |
6.1.3 GTA API Usage Profile org.opcfoundation.ECC-nistP256
| Property | Description |
|---|---|
| Profile Dependencies | org.opcfoundation.ECC-nistP256 for creation and enrolment |
| gta_personality_get_attribute() | |
| ch.iec.30168.identifier ch.iec.30168.trustlist.certificate.self.x509 org.opcfoundation.product_instance_uri | |
| gta_personality_add_attribute() | |
| ch.iec.30168.trustlist.certificate.self.x509 org.opcfoundation.product_instance_uri | |
| gta_personality_remove_attribute() | |
| ch.iec.30168.trustlist.certificate.self.x509 org.opcfoundation.product_instance_uri | |
| gta_authenticate_data_detached() | |
Signs data and returns a signature artifact depending on the mechanism of the used personality. Mechanism details as specified in SecurityPolicy [ECC-B] – ECC-nistP256 (http://opcfoundation.org/UA/SecurityPolicy#ECC_nistP256) | |
| Usage Attributes | n/a |
| Usage Artifact | Binary tbd. |
6.2 Aes256-Sha256-RsaPss
6.2.1 GTA API Creation Profile org.opcfoundation.Aes256-Sha256-RsaPss
The profile org.opcfoundation.Aes256-Sha256-RsaPss supports creation of a personality using gta_personality_create(). | Property | Description |
|---|---|
| Security Mechanism | Mechanism details as specified in SecurityPolicy Aes256-Sha256-RsaPss The expected key length is of 4096 |
| Fingerprinting | ToDo |
| Attribute type | ch.iec.30168.identifier (attribute name ch.iec.30168.identifier_value; cardinality 1) |
| The identifier value that is assigned to the personality at the time of its creation (cf. IEC TS 30168 6.6.10.4.13). | |
| ch.iec.30168.trustlist.certificate.self.x509 | |
| X.509 end entity certificate | |
| org.opcfoundation.product_instance_uri | |
| ProductInstanceUri represented by the personality. This attribute shall be present for personalities which are eligible identities to be used in the OPC UA onboarding process. This attribute should occur at most once per personality. The attribute name shall be set to “ProductInstanceUri”. | |
| Usage Info | org.opcfoundation.Aes256-Sha256-RsaPss |
6.2.2 GTA API Enrollment Profile org.opcfoundation.Aes256-Sha256-RsaPss
| Property | Description |
|---|---|
| Profile Dependencies | org.opcfoundation.Aes256-Sha256-RsaPss for creation |
| Enrollment Attributes | cf. Table 2 |
| Enrollment Artifact | cf. Table 2 |
6.2.3 GTA API Usage Profile org.opcfoundation.Aes256-Sha256-RsaPss
| Property | Description |
|---|---|
| Profile Dependencies | org.opcfoundation.Aes256-Sha256-RsaPss for creation and enrolment |
| gta_personality_get_attribute() | |
| ch.iec.30168.identifier ch.iec.30168.trustlist.certificate.self.x509 org.opcfoundation.product_instance_uri | |
| gta_personality_add_attribute() | |
| ch.iec.30168.trustlist.certificate.self.x509 | |
| gta_personality_remove_attribute() | |
| ch.iec.30168.trustlist.certificate.self.x509 | |
| gta_authenticate_data_detached() | |
Signs data and returns a signature artifact depending on the mechanism of the used personality. | |
| gta_unseal_data() | |
Decryption for OpenSecureChannel Mechanism details as specified in SecurityPolicy Aes256-Sha256-RsaPss (http://opcfoundation.org/UA/SecurityPolicy#Aes256-Sha256-RsaPss) | |
| Usage Attributes | n/a |
| Usage Artifact | Binary tbd. |