< prev index next >

src/jdk.crypto.pkcs11/share/classes/sun/security/pkcs11/P11Signature.java

Print this page

        

*** 763,778 **** --- 763,780 ---- System.arraycopy(b, 0, t, (len - n), n); return t; } // see JCA spec + @SuppressWarnings("deprecation") protected void engineSetParameter(String param, Object value) throws InvalidParameterException { throw new UnsupportedOperationException("setParameter() not supported"); } // see JCA spec + @SuppressWarnings("deprecation") protected Object engineGetParameter(String param) throws InvalidParameterException { throw new UnsupportedOperationException("getParameter() not supported"); } }
< prev index next >