org.opcfoundation.ua.core
Class X509IdentityToken
java.lang.Object
org.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.UserIdentityToken
org.opcfoundation.ua.core.X509IdentityToken
- All Implemented Interfaces:
- Cloneable, Structure, IEncodeable
public class X509IdentityToken
- extends UserIdentityToken
ID
public static final ExpandedNodeId ID
BINARY
public static final ExpandedNodeId BINARY
XML
public static final ExpandedNodeId XML
CertificateData
protected ByteString CertificateData
X509IdentityToken
public X509IdentityToken()
X509IdentityToken
public X509IdentityToken(String PolicyId,
ByteString CertificateData)
getCertificateData
public ByteString getCertificateData()
setCertificateData
public void setCertificateData(ByteString CertificateData)
clone
public X509IdentityToken clone()
- Deep clone
- Specified by:
clone in interface Structure- Overrides:
clone in class UserIdentityToken
- Returns:
- cloned X509IdentityToken
equals
public boolean equals(Object obj)
- Overrides:
equals in class UserIdentityToken
hashCode
public int hashCode()
- Overrides:
hashCode in class UserIdentityToken
getTypeId
public ExpandedNodeId getTypeId()
- Description copied from interface:
Structure
getTypeId.
- Specified by:
getTypeId in interface Structure- Overrides:
getTypeId in class UserIdentityToken
- Returns:
- a
ExpandedNodeId object.
getXmlEncodeId
public ExpandedNodeId getXmlEncodeId()
- Description copied from interface:
Structure
getXmlEncodeId.
- Specified by:
getXmlEncodeId in interface Structure- Overrides:
getXmlEncodeId in class UserIdentityToken
- Returns:
- a
ExpandedNodeId object.
getBinaryEncodeId
public ExpandedNodeId getBinaryEncodeId()
- Description copied from interface:
Structure
getBinaryEncodeId.
- Specified by:
getBinaryEncodeId in interface Structure- Overrides:
getBinaryEncodeId in class UserIdentityToken
- Returns:
- a
ExpandedNodeId object.
toString
public String toString()
- Overrides:
toString in class UserIdentityToken
Copyright © 2018. All rights reserved.