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
|
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.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 |
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
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.