deprecated getUniqueID, since it is implementation-dependent and probably
not being used.
This commit is contained in:
Родитель
7ea45fd514
Коммит
a9b0d83bf6
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче