com.prosysopc.ua.types.gds.client
Class CertificateDirectoryTypeImplBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.client.nodes.UaNodeImpl
          extended by com.prosysopc.ua.client.nodes.UaInstanceImpl
              extended by com.prosysopc.ua.client.nodes.UaObjectImpl
                  extended by com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
                      extended by com.prosysopc.ua.types.opcua.client.FolderTypeImplBase
                          extended by com.prosysopc.ua.types.opcua.client.FolderTypeImpl
                              extended by com.prosysopc.ua.types.gds.client.DirectoryTypeImplBase
                                  extended by com.prosysopc.ua.types.gds.client.DirectoryTypeImpl
                                      extended by com.prosysopc.ua.types.gds.client.CertificateDirectoryTypeImplBase
All Implemented Interfaces:
UaInstance, UaNode, UaObject, CertificateDirectoryType, DirectoryType, BaseInstanceType, BaseObjectType, FolderType
Direct Known Subclasses:
CertificateDirectoryTypeImpl

public abstract class CertificateDirectoryTypeImplBase
extends DirectoryTypeImpl
implements CertificateDirectoryType

Generated on 2018-05-09 10:45:32


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.prosysopc.ua.types.gds.CertificateDirectoryType
CertificateDirectoryType.FinishRequestMethodOutputs
 
Nested classes/interfaces inherited from interface com.prosysopc.ua.types.gds.DirectoryType
DirectoryType.QueryServersMethodOutputs
 
Field Summary
 
Fields inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addressSpace, references, supportedAttributesMap
 
Fields inherited from interface com.prosysopc.ua.types.gds.CertificateDirectoryType
FINISH_REQUEST, GET_CERTIFICATE_GROUPS, GET_CERTIFICATE_STATUS, GET_TRUST_LIST, START_NEW_KEY_PAIR_REQUEST, START_SIGNING_REQUEST
 
Fields inherited from interface com.prosysopc.ua.types.gds.DirectoryType
APPLICATIONS, FIND_APPLICATIONS, GET_APPLICATION, QUERY_SERVERS, REGISTER_APPLICATION, UNREGISTER_APPLICATION, UPDATE_APPLICATION
 
Constructor Summary
protected CertificateDirectoryTypeImplBase(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 CertificateDirectoryType.FinishRequestMethodOutputs finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends CertificateDirectoryType.FinishRequestMethodOutputs> finishRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId[]> getCertificateGroupsAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 Boolean getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends Boolean> getCertificateStatusAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 UaMethod getFinishRequestNode()
           
 UaMethod getGetCertificateGroupsNode()
           
 UaMethod getGetCertificateStatusNode()
           
 UaMethod getGetTrustListNode()
           
 UaMethod getStartNewKeyPairRequestNode()
           
 UaMethod getStartSigningRequestNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> getTrustListAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
 org.opcfoundation.ua.builtintypes.NodeId startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> startNewKeyPairRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.builtintypes.NodeId startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> startSigningRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 
Methods inherited from class com.prosysopc.ua.types.gds.client.DirectoryTypeImplBase
findApplications, findApplicationsAsync, getApplication, getApplicationAsync, getApplicationsNode, getFindApplicationsNode, getGetApplicationNode, getQueryServersNode, getRegisterApplicationNode, getUnregisterApplicationNode, getUpdateApplicationNode, queryServers, queryServersAsync, registerApplication, registerApplicationAsync, unregisterApplication, unregisterApplicationAsync, updateApplication, updateApplicationAsync
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
callMethod, callMethodAsync, getComponentId, getQualifiedName
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaInstanceImpl
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, getReferencesAsList, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.prosysopc.ua.types.gds.DirectoryType
findApplications, getApplication, getApplicationsNode, getFindApplicationsNode, getGetApplicationNode, getQueryServersNode, getRegisterApplicationNode, getUnregisterApplicationNode, getUpdateApplicationNode, queryServers, registerApplication, unregisterApplication, updateApplication
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Constructor Detail

CertificateDirectoryTypeImplBase

protected CertificateDirectoryTypeImplBase(AddressSpace addressSpace,
                                           org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                           org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                           org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

getStartSigningRequestNode

public UaMethod getStartSigningRequestNode()
Specified by:
getStartSigningRequestNode in interface CertificateDirectoryType

startSigningRequest

public org.opcfoundation.ua.builtintypes.NodeId startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                    org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                                                    org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
                                                                    org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
                                                             throws MethodCallStatusException,
                                                                    ServiceException
Specified by:
startSigningRequest in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

startSigningRequestAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> startSigningRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                                                                               org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                                                                                                               org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
                                                                                                                               org.opcfoundation.ua.builtintypes.ByteString certificateRequest)

getStartNewKeyPairRequestNode

public UaMethod getStartNewKeyPairRequestNode()
Specified by:
getStartNewKeyPairRequestNode in interface CertificateDirectoryType

startNewKeyPairRequest

public org.opcfoundation.ua.builtintypes.NodeId startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                       org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                                                       org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
                                                                       String subjectName,
                                                                       String[] domainNames,
                                                                       String privateKeyFormat,
                                                                       String privateKeyPassword)
                                                                throws MethodCallStatusException,
                                                                       ServiceException
Specified by:
startNewKeyPairRequest in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

startNewKeyPairRequestAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> startNewKeyPairRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                                                                                  org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                                                                                                                  org.opcfoundation.ua.builtintypes.NodeId certificateTypeId,
                                                                                                                                  String subjectName,
                                                                                                                                  String[] domainNames,
                                                                                                                                  String privateKeyFormat,
                                                                                                                                  String privateKeyPassword)

getFinishRequestNode

public UaMethod getFinishRequestNode()
Specified by:
getFinishRequestNode in interface CertificateDirectoryType

finishRequest

public CertificateDirectoryType.FinishRequestMethodOutputs finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                         org.opcfoundation.ua.builtintypes.NodeId requestId)
                                                                  throws MethodCallStatusException,
                                                                         ServiceException
Specified by:
finishRequest in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

finishRequestAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends CertificateDirectoryType.FinishRequestMethodOutputs> finishRequestAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                                                                                    org.opcfoundation.ua.builtintypes.NodeId requestId)

getGetCertificateGroupsNode

public UaMethod getGetCertificateGroupsNode()
Specified by:
getGetCertificateGroupsNode in interface CertificateDirectoryType

getCertificateGroups

public org.opcfoundation.ua.builtintypes.NodeId[] getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
                                                                throws MethodCallStatusException,
                                                                       ServiceException
Specified by:
getCertificateGroups in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

getCertificateGroupsAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId[]> getCertificateGroupsAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId)

getGetTrustListNode

public UaMethod getGetTrustListNode()
Specified by:
getGetTrustListNode in interface CertificateDirectoryType

getTrustList

public org.opcfoundation.ua.builtintypes.NodeId getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                             org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
                                                      throws MethodCallStatusException,
                                                             ServiceException
Specified by:
getTrustList in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

getTrustListAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> getTrustListAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                                                                        org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)

getGetCertificateStatusNode

public UaMethod getGetCertificateStatusNode()
Specified by:
getGetCertificateStatusNode in interface CertificateDirectoryType

getCertificateStatus

public Boolean getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                    org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                    org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
                             throws MethodCallStatusException,
                                    ServiceException
Specified by:
getCertificateStatus in interface CertificateDirectoryType
Throws:
MethodCallStatusException
ServiceException

getCertificateStatusAsync

public org.opcfoundation.ua.transport.AsyncResult<? extends Boolean> getCertificateStatusAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                                               org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                                                                                               org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)


Copyright © 2018. All rights reserved.