Class SymmetricKeys.Keys
- java.lang.Object
-
- org.apache.plc4x.java.opcua.security.SymmetricKeys.Keys
-
- Enclosing class:
- SymmetricKeys
public static class SymmetricKeys.Keys extends Object
-
-
Constructor Summary
Constructors Constructor Description Keys(byte[] signatureKey, byte[] encryptionKey, byte[] initializationVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptionKey()byte[]getInitializationVector()byte[]getSignatureKey()
-