jdk/src/share/classes/sun/security/rsa/RSASignature.java
changeset 19375 cdfdb9c0590e
parent 12685 8a448b5b9006
--- a/jdk/src/share/classes/sun/security/rsa/RSASignature.java	Thu Aug 08 12:03:04 2013 -0700
+++ b/jdk/src/share/classes/sun/security/rsa/RSASignature.java	Thu Aug 08 17:06:40 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -244,12 +244,14 @@
     }
 
     // set parameter, not supported. See JCA doc
+    @Deprecated
     protected void engineSetParameter(String param, Object value)
             throws InvalidParameterException {
         throw new UnsupportedOperationException("setParameter() not supported");
     }
 
     // get parameter, not supported. See JCA doc
+    @Deprecated
     protected Object engineGetParameter(String param)
             throws InvalidParameterException {
         throw new UnsupportedOperationException("getParameter() not supported");