Interface and Description |
---|
net.handle.util.DeepClone
Replaced by net.cnri.util.DeepClone
|
net.handle.util.StreamObject
Replaced by net.cnri.util.StreamObject
|
Class and Description |
---|
net.handle.hdllib.JDBCache
JDBCache has poor performance. Avoid.
|
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
|
Exceptions and Description |
---|
net.handle.util.StringEncodingException
Replaced by net.cnri.util.StreamUtil
|
net.handle.util.TemplateException
Replaced by net.cnri.util.TemplateException
|
Field and Description |
---|
net.handle.hdllib.Common.ENCRYPT_DES_ECB_PKCS5 |
Method and Description |
---|
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.Util.getNAHandle(byte[])
use getZeroNAHandle(byte[]) instead
|
net.handle.hdllib.Util.getNAPart(byte[])
use getPrefixPart(byte[]) instead
|