Deprecated API


Contents
Deprecated Classes
org.opcfoundation.ua.transport.security.CertificateValidatorImpl
          use DefaultCertificateValidator 
org.opcfoundation.ua.builtintypes.DataTypes
            
org.opcfoundation.ua.transport.endpoint.EndpointCollection
          Use EndpointBindingCollection 
 

Deprecated Methods
org.opcfoundation.ua.utils.CryptoUtil.asymmEncrypt(byte[], Key, SecurityAlgorithm)
           
org.opcfoundation.ua.builtintypes.NodeId.decode(String)
          Use parseNodeId() instead (renamed for method name consistency with other similar classes) 
org.opcfoundation.ua.builtintypes.DataTypes.getSystemType(NodeId)
          Use @See BuiltinsMap.ID_CLASS_MAP 
org.opcfoundation.ua.transport.security.PrivKey.load(File)
          Use PrivKey.load(File, String) or PrivKey.loadFromKeyStore(File, String) instead 
org.opcfoundation.ua.utils.CertificateUtils.sign(PrivateKey, SecurityAlgorithm, byte[])
          Use CryptoUtil.signAsymm(PrivateKey, SecurityAlgorithm, byte[]) instead. 
org.opcfoundation.ua.utils.CertificateUtils.verify(X509Certificate, SecurityAlgorithm, byte[], byte[])
          Use CryptoUtil.verifyAsymm(X509Certificate, SecurityAlgorithm, byte[], byte[]) instead. 
 



Copyright © 2018. All rights reserved.