Class CertificateGroup.Entry
java.lang.Object
org.eclipse.milo.opcua.stack.core.security.CertificateGroup.Entry
- Enclosing interface:
- CertificateGroup
An entry describing a certificate and type belonging to a
CertificateGroup.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry(NodeId certificateGroupId, NodeId certificateTypeId, X509Certificate[] certificateChain) -
Method Summary
-
Field Details
-
certificateGroupId
-
certificateTypeId
-
certificateChain
-
-
Constructor Details
-
Entry
public Entry(NodeId certificateGroupId, NodeId certificateTypeId, X509Certificate[] certificateChain)
-