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:
parent
8a428d4ac2
commit
87c0f82cfc
@ -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;
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user