Uses of Class
org.apache.plc4x.java.opcua.security.SecurityPolicy
-
Packages that use SecurityPolicy Package Description org.apache.plc4x.java.opcua.config org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.protocol.chunk org.apache.plc4x.java.opcua.security -
-
Uses of SecurityPolicy in org.apache.plc4x.java.opcua.config
Methods in org.apache.plc4x.java.opcua.config that return SecurityPolicy Modifier and Type Method Description SecurityPolicyOpcuaConfiguration. getSecurityPolicy() -
Uses of SecurityPolicy in org.apache.plc4x.java.opcua.context
Fields in org.apache.plc4x.java.opcua.context declared as SecurityPolicy Modifier and Type Field Description protected SecurityPolicyBaseEncryptionHandler. securityPolicyprotected SecurityPolicyBaseEncryptionHandler. securityPolicyMethods in org.apache.plc4x.java.opcua.context that return SecurityPolicy Modifier and Type Method Description SecurityPolicyConversation. getSecurityPolicy()Constructors in org.apache.plc4x.java.opcua.context with parameters of type SecurityPolicy Constructor Description AsymmetricEncryptionHandler(Conversation conversation, SecurityPolicy securityPolicy, PrivateKey senderPrivateKey)SymmetricEncryptionHandler(Conversation channel, SecurityPolicy policy) -
Uses of SecurityPolicy in org.apache.plc4x.java.opcua.protocol.chunk
Methods in org.apache.plc4x.java.opcua.protocol.chunk with parameters of type SecurityPolicy Modifier and Type Method Description ChunkChunkFactory. create(boolean asymmetric, boolean encrypted, boolean signed, SecurityPolicy securityPolicy, OpcuaProtocolLimits limits, X509Certificate localCertificate, X509Certificate remoteCertificate) -
Uses of SecurityPolicy in org.apache.plc4x.java.opcua.security
Methods in org.apache.plc4x.java.opcua.security that return SecurityPolicy Modifier and Type Method Description static SecurityPolicySecurityPolicy. findByName(String securityPolicy)static SecurityPolicySecurityPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicy[]SecurityPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.opcua.security with parameters of type SecurityPolicy Modifier and Type Method Description static SymmetricKeysSymmetricKeys. generateKeyPair(byte[] senderNonce, byte[] receiverNonce, SecurityPolicy securityPolicy)
-