public class X509IdentityToken extends UserIdentityToken implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
X509IdentityToken.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
X509IdentityToken(String policyId,
ByteString certificateData) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedNodeId |
getBinaryEncodingId() |
ByteString |
getCertificateData() |
ExpandedNodeId |
getTypeId() |
ExpandedNodeId |
getXmlEncodingId() |
getPolicyIdpublic static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId XML_ENCODING_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public X509IdentityToken(String policyId, ByteString certificateData)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class UserIdentityTokenpublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructuregetXmlEncodingId in class UserIdentityTokenpublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructuregetBinaryEncodingId in class UserIdentityTokenpublic ByteString getCertificateData()
Copyright © 2025. All rights reserved.