Deprecated API


Contents
Deprecated Interfaces
net.handle.util.DeepClone
          Replaced by net.cnri.util.DeepClone 
net.handle.util.StreamObject
          Replaced by net.cnri.util.StreamObject 
 

Deprecated Classes
net.handle.util.StreamTable
          Replaced by net.cnri.util.StreamTable 
net.handle.util.StreamUtil
          Replaced by net.cnri.util.StreamUtil 
net.handle.util.StreamVector
          Replaced by net.cnri.util.StreamVector 
net.handle.util.StringUtils
          Replaced by net.cnri.util.StringUtils 
net.handle.util.Template
          Replaced by net.cnri.util.Template 
 

Deprecated Exceptions
net.handle.util.StringEncodingException
          Replaced by net.cnri.util.StreamUtil 
net.handle.util.TemplateException
          Replaced by net.cnri.util.TemplateException 
 

Deprecated Methods
net.handle.security.HdlSecurityProvider.decrypt_DES_ECB_PKCS5(byte[], int, int, byte[])
          use getCipher() instead and re-use the returned Cipher object 
net.handle.security.provider.GenericProvider.decrypt_DES_ECB_PKCS5(byte[], int, int, byte[])
          use the getEncryptCipher and getDecryptCipher methods now that the java crypto API, and therefore the Cipher class, is standard and included in java 1.4 and higher. Using a returned Cipher object will be vastly more efficient than calling this method, which constructs a new Cipher every time. 
net.handle.hdllib.AbstractMessage.decryptMessage(byte[], byte[])
          use SessionInfo.decryptBuffer 
net.handle.hdllib.Encoder.decryptMessage(SessionInfo, byte[], byte[])
          use SessionInfo.decryptBuffer 
net.handle.security.HdlSecurityProvider.encrypt_DES_ECB_PKCS5(byte[], int, int, byte[])
          use getCipher() instead and re-use the returned Cipher object 
net.handle.security.provider.GenericProvider.encrypt_DES_ECB_PKCS5(byte[], int, int, byte[])
          use the getEncryptCipher and getDecryptCipher methods now that the java crypto API, and therefore the Cipher class, is standard and included in java 1.4 and higher. Using a returned Cipher object will be vastly more efficient than calling this method, which constructs a new Cipher every time. 
net.handle.hdllib.AbstractMessage.encryptMessage(byte[], byte[])
          use SessionInfo.encryptBuffer 
net.handle.hdllib.Util.getIDPart(byte[])
          use getSuffixPart(byte[]) instead 
net.handle.hdllib.Util.getNAHandle(byte[])
          use getZeroNAHandle(byte[]) instead 
net.handle.hdllib.Util.getNAPart(byte[])
          use getPrefixPart(byte[]) instead