com.prosysopc.ua.types.gds
Interface CertificateDirectoryType

All Superinterfaces:
BaseInstanceType, BaseObjectType, DirectoryType, FolderType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
CertificateDirectoryTypeImpl, CertificateDirectoryTypeImplBase, CertificateDirectoryTypeNode, CertificateDirectoryTypeNodeBase

public interface CertificateDirectoryType
extends DirectoryType

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


Nested Class Summary
static class CertificateDirectoryType.FinishRequestMethodOutputs
           
 
Nested classes/interfaces inherited from interface com.prosysopc.ua.types.gds.DirectoryType
DirectoryType.QueryServersMethodOutputs
 
Field Summary
static String FINISH_REQUEST
           
static String GET_CERTIFICATE_GROUPS
           
static String GET_CERTIFICATE_STATUS
           
static String GET_TRUST_LIST
           
static String START_NEW_KEY_PAIR_REQUEST
           
static String 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
 
Method Summary
 CertificateDirectoryType.FinishRequestMethodOutputs finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] getCertificateGroups(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)
           
 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.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.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)
           
 
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
 

Field Detail

START_SIGNING_REQUEST

static final String START_SIGNING_REQUEST
See Also:
Constant Field Values

START_NEW_KEY_PAIR_REQUEST

static final String START_NEW_KEY_PAIR_REQUEST
See Also:
Constant Field Values

FINISH_REQUEST

static final String FINISH_REQUEST
See Also:
Constant Field Values

GET_CERTIFICATE_GROUPS

static final String GET_CERTIFICATE_GROUPS
See Also:
Constant Field Values

GET_TRUST_LIST

static final String GET_TRUST_LIST
See Also:
Constant Field Values

GET_CERTIFICATE_STATUS

static final String GET_CERTIFICATE_STATUS
See Also:
Constant Field Values
Method Detail

getStartSigningRequestNode

UaMethod getStartSigningRequestNode()

startSigningRequest

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 StatusException,
                                                                    ServiceException
Throws:
StatusException
ServiceException

getStartNewKeyPairRequestNode

UaMethod getStartNewKeyPairRequestNode()

startNewKeyPairRequest

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 StatusException,
                                                                       ServiceException
Throws:
StatusException
ServiceException

getFinishRequestNode

UaMethod getFinishRequestNode()

finishRequest

CertificateDirectoryType.FinishRequestMethodOutputs finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                                  org.opcfoundation.ua.builtintypes.NodeId requestId)
                                                                  throws StatusException,
                                                                         ServiceException
Throws:
StatusException
ServiceException

getGetCertificateGroupsNode

UaMethod getGetCertificateGroupsNode()

getCertificateGroups

org.opcfoundation.ua.builtintypes.NodeId[] getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
                                                                throws StatusException,
                                                                       ServiceException
Throws:
StatusException
ServiceException

getGetTrustListNode

UaMethod getGetTrustListNode()

getTrustList

org.opcfoundation.ua.builtintypes.NodeId getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                                                      org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
                                                      throws StatusException,
                                                             ServiceException
Throws:
StatusException
ServiceException

getGetCertificateStatusNode

UaMethod getGetCertificateStatusNode()

getCertificateStatus

Boolean getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId,
                             org.opcfoundation.ua.builtintypes.NodeId certificateGroupId,
                             org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
                             throws StatusException,
                                    ServiceException
Throws:
StatusException
ServiceException


Copyright © 2018. All rights reserved.