public class SignedSoftwareCertificate extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
SignedSoftwareCertificate.Builder |
static class |
SignedSoftwareCertificate.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
SignedSoftwareCertificate() |
|
SignedSoftwareCertificate(ByteString f_certificateData,
ByteString f_signature) |
protected |
SignedSoftwareCertificate(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static SignedSoftwareCertificate.Builder |
builder() |
SignedSoftwareCertificate |
clone()
Clones the Structure.
|
ByteString |
getCertificateData() |
ByteString |
getSignature() |
void |
setCertificateData(ByteString value) |
void |
setSignature(ByteString value) |
SignedSoftwareCertificate.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public SignedSoftwareCertificate()
protected SignedSoftwareCertificate(UaDataTypeSpecification specification)
public SignedSoftwareCertificate(ByteString f_certificateData, ByteString f_signature)
public ByteString getCertificateData()
public void setCertificateData(ByteString value)
public ByteString getSignature()
public void setSignature(ByteString value)
public SignedSoftwareCertificate clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static SignedSoftwareCertificate.Builder builder()
public SignedSoftwareCertificate.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.