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.hdllib.HandleSignature
          Use JsonWebSignature and allied classes. 
net.handle.hdllib.SecureResolver
          Use HandleRecordTrustVerifier and allied 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 
 

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

Deprecated Fields
net.handle.hdllib.AdminRecord.ADD_NAMING_AUTH
           
net.handle.hdllib.AdminRecord.DELETE_NAMING_AUTH
           
net.handle.hdllib.Common.ENCRYPT_DES_ECB_PKCS5
           
net.handle.hdllib.Common.MD5_SECRET_KEY_TYPE
           
net.handle.hdllib.Common.MD5_SECRET_KEY_TYPES
           
 

Deprecated Methods
net.handle.hdllib.Encoder.decodeHandleValue(byte[][])
          Use Encoder.decodeHandleValues(byte[][]). 
net.handle.hdllib.Util.decrypt(PrivateKey, byte[])
           
net.handle.hdllib.Util.encrypt(PublicKey, byte[])
           
net.handle.security.HdlSecurityProvider.getCipher(int, byte[], int)
          Use HdlSecurityProvider.getCipher(int,byte[],int,byte[],int,int) in order to specify protocol version. 
net.handle.hdllib.Util.getIDPart(byte[])
          use getSuffixPart(byte[]) instead 
net.handle.hdllib.HandleResolver.getNAHandle(byte[])
          Legacy of slash-based delegation; use Util.getZeroNAHandle 
net.handle.hdllib.Util.getNAHandle(byte[])
          use getZeroNAHandle(byte[]) instead 
net.handle.hdllib.HandleResolver.getNAHandle(ResolutionRequest)
           
net.handle.hdllib.Util.getNAPart(byte[])
          use getPrefixPart(byte[]) instead 
net.handle.hdllib.Configuration.setGlobalValues(HandleValue[])
           
net.handle.hdllib.FilesystemConfiguration.setGlobalValues(HandleValue[])
           
 

Deprecated Constructors
net.handle.hdllib.ClientSideSessionInfo(int, byte[], byte[], int, ServerInfo, int, int)
           
net.handle.hdllib.SessionInfo(int, byte[], byte[], int, int, int)
           
net.handle.hdllib.SessionSetupInfo(AuthenticationInfo)
          Use new SessionSetupInfo() instead.