deprecated getUniqueID, since it is implementation-dependent and probably

not being used.


git-svn-id: svn://10.0.0.236/trunk@93288 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nicolson%netscape.com 2001-04-27 20:13:21 +00:00
parent 8a428d4ac2
commit 87c0f82cfc
2 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,10 @@ public interface PrivateKey extends java.security.PrivateKey
* certificates to keys.
*
* @see org.mozilla.jss.crypto.TokenCertificate#getUniqueID
* @deprecated This ID is based on an implementation that might change.
* If this functionality is required, it should be provided in
* another way, such as a function that directly matches a cert and
* key.
*/
public byte[] getUniqueID() throws TokenException;

View File

@ -46,6 +46,10 @@ public interface TokenCertificate extends X509Certificate {
* certificates to keys.
*
* @see org.mozilla.jss.crypto.PrivateKey#getUniqueID
* @deprecated This ID is based on an implementation that might change.
* If this functionality is required, it should be provided in
* another way, such as a function that directly matches a cert and
* key.
*/
public abstract byte[] getUniqueID();