Searched refs:PKCS11Exception (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_CREATEMUTEX.java65 * @exception PKCS11Exception
67 public Object CK_CREATEMUTEX() throws PKCS11Exception;
H A DCK_DESTROYMUTEX.java64 * @exception PKCS11Exception
66 public void CK_DESTROYMUTEX(Object pMutex) throws PKCS11Exception;
H A DCK_LOCKMUTEX.java64 * @exception PKCS11Exception
66 public void CK_LOCKMUTEX(Object pMutex) throws PKCS11Exception;
H A DCK_UNLOCKMUTEX.java64 * @exception PKCS11Exception
66 public void CK_UNLOCKMUTEX(Object pMutex) throws PKCS11Exception;
H A DPKCS11.java143 throws IOException, PKCS11Exception {
157 } catch (PKCS11Exception e) {
209 * @exception PKCS11Exception If function returns other value than CKR_OK.
213 native void C_Initialize(Object pInitArgs) throws PKCS11Exception;
222 * @exception PKCS11Exception If function returns other value than CKR_OK.
226 public native void C_Finalize(Object pReserved) throws PKCS11Exception;
235 * @exception PKCS11Exception If function returns other value than CKR_OK.
239 public native CK_INFO C_GetInfo() throws PKCS11Exception;
254 * @exception PKCS11Exception If function returns other value than CKR_OK.
258 public native long[] C_GetSlotList(boolean tokenPresent) throws PKCS11Exception;
[all...]
H A DCK_NOTIFY.java66 * @exception PKCS11Exception
68 public void CK_NOTIFY(long hSession, long event, Object pApplication) throws PKCS11Exception;
H A DPKCS11Exception.java65 public class PKCS11Exception extends Exception { class in inherits:Exception
262 public PKCS11Exception(long errorCode) { method in class:PKCS11Exception
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Mac.java97 throws PKCS11Exception {
135 private void ensureInitialized() throws PKCS11Exception {
153 } catch (PKCS11Exception e) {
158 private void initialize() throws PKCS11Exception {
190 } catch (PKCS11Exception e) {
206 } catch (PKCS11Exception e) {
218 } catch (PKCS11Exception e) {
240 } catch (PKCS11Exception e) {
262 } catch (PKCS11Exception e) {
H A DToken.java124 Token(SunPKCS11 provider) throws PKCS11Exception {
138 } catch (PKCS11Exception e) {
164 boolean isLoggedIn(Session session) throws PKCS11Exception {
177 boolean isLoggedInNow(Session session) throws PKCS11Exception {
197 void ensureLoggedIn(Session session) throws PKCS11Exception, LoginException {
244 } catch (PKCS11Exception e) {
263 Session getObjSession() throws PKCS11Exception {
267 Session getOpSession() throws PKCS11Exception {
280 CK_ATTRIBUTE[] attrs) throws PKCS11Exception {
345 CK_MECHANISM_INFO getMechanismInfo(long mechanism) throws PKCS11Exception {
[all...]
H A DP11KeyFactory.java31 import sun.security.pkcs11.wrapper.PKCS11Exception;
99 } catch (PKCS11Exception e) {
142 Session[] session) throws PKCS11Exception, InvalidKeySpecException;
145 Session[] session) throws PKCS11Exception, InvalidKeySpecException;
H A DP11DHKeyFactory.java75 } catch (PKCS11Exception e) {
104 } catch (PKCS11Exception e) {
134 } catch (PKCS11Exception e) {
165 } catch (PKCS11Exception e) {
172 throws PKCS11Exception {
194 BigInteger g) throws PKCS11Exception {
216 throws PKCS11Exception, InvalidKeySpecException {
238 throws PKCS11Exception, InvalidKeySpecException {
H A DP11DSAKeyFactory.java70 } catch (PKCS11Exception e) {
96 } catch (PKCS11Exception e) {
127 } catch (PKCS11Exception e) {
159 } catch (PKCS11Exception e) {
166 BigInteger g) throws PKCS11Exception {
189 BigInteger q, BigInteger g) throws PKCS11Exception {
212 throws PKCS11Exception, InvalidKeySpecException {
236 throws PKCS11Exception, InvalidKeySpecException {
H A DP11RSAKeyFactory.java69 } catch (PKCS11Exception e) {
104 } catch (PKCS11Exception e) {
133 } catch (PKCS11Exception e) {
180 } catch (PKCS11Exception e) {
190 throws PKCS11Exception, InvalidKeyException {
212 throws PKCS11Exception, InvalidKeyException {
235 BigInteger qe, BigInteger coeff) throws PKCS11Exception,
264 throws PKCS11Exception, InvalidKeySpecException {
284 throws PKCS11Exception, InvalidKeySpecException {
H A DP11TlsPrfGenerator.java71 throws PKCS11Exception {
134 } catch (PKCS11Exception e) {
153 } catch (PKCS11Exception e) {
H A DP11ECKeyFactory.java116 } catch (PKCS11Exception e) {
139 } catch (PKCS11Exception e) {
168 } catch (PKCS11Exception e) {
198 } catch (PKCS11Exception e) {
204 private PublicKey generatePublic(ECPoint point, ECParameterSpec params) throws PKCS11Exception {
241 private PrivateKey generatePrivate(BigInteger s, ECParameterSpec params) throws PKCS11Exception {
263 throws PKCS11Exception, InvalidKeySpecException {
285 throws PKCS11Exception, InvalidKeySpecException {
H A DP11TlsRsaPremasterSecretGenerator.java63 throws PKCS11Exception {
103 } catch (PKCS11Exception e) {
H A DP11Digest.java139 } catch (PKCS11Exception e) {
162 } catch (PKCS11Exception e) {
202 } catch (PKCS11Exception e) {
263 } catch (PKCS11Exception e) {
292 } catch (PKCS11Exception e) {
307 } catch (PKCS11Exception e) {
H A DP11RSACipher.java106 throws PKCS11Exception {
226 } catch (PKCS11Exception e) {
269 } catch (PKCS11Exception e) {
274 private void ensureInitialized() throws PKCS11Exception {
281 private void initialize() throws PKCS11Exception {
310 } catch (PKCS11Exception e) {
361 } catch (PKCS11Exception e) {
444 } catch (PKCS11Exception e) {
472 } catch (PKCS11Exception e) {
H A DP11KeyGenerator.java108 } catch (PKCS11Exception p11e) {
150 throws PKCS11Exception {
277 } catch (PKCS11Exception e) {
H A DP11KeyStore.java334 } catch (PKCS11Exception pe) {
569 } catch (PKCS11Exception pe) {
781 } catch (PKCS11Exception pe) {
867 } catch (PKCS11Exception e) {
981 } catch (PKCS11Exception pe) {
1057 } catch (PKCS11Exception e) {
1121 } catch (PKCS11Exception pe) {
1141 } catch (PKCS11Exception pe) {
1161 } catch (PKCS11Exception pe) {
1195 throws PKCS11Exception, CertificateExceptio
[all...]
H A DP11SecureRandom.java99 } catch (PKCS11Exception e) {
185 } catch (PKCS11Exception e) {
H A DP11Cipher.java168 throws PKCS11Exception, NoSuchAlgorithmException {
383 } catch (PKCS11Exception e) {
405 } catch (PKCS11Exception e) {
412 private void ensureInitialized() throws PKCS11Exception {
418 private void initialize() throws PKCS11Exception {
432 } catch (PKCS11Exception ex) {
593 } catch (PKCS11Exception e) {
709 } catch (PKCS11Exception e) {
759 } catch (PKCS11Exception e) {
833 } catch (PKCS11Exception
[all...]
H A DP11ECDHKeyAgreement.java143 } catch (PKCS11Exception e) {
206 } catch (PKCS11Exception e) {
H A DP11Signature.java134 throws NoSuchAlgorithmException, PKCS11Exception {
266 } catch (PKCS11Exception e) {
288 } catch (PKCS11Exception e) {
309 } catch (PKCS11Exception e) {
434 } catch (PKCS11Exception e) {
481 } catch (PKCS11Exception e) {
546 } catch (PKCS11Exception e) {
597 } catch (PKCS11Exception e) {
H A DSessionManager.java121 synchronized Session getObjSession() throws PKCS11Exception {
134 synchronized Session getOpSession() throws PKCS11Exception {
201 private Session openSession() throws PKCS11Exception {

Completed in 393 milliseconds

12