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

12

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_TOKEN_INFO.java303 buffer.append((ulMaxSessionCount == PKCS11Constants.CK_EFFECTIVELY_INFINITE)
305 : (ulMaxSessionCount == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
312 buffer.append((ulSessionCount == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
319 buffer.append((ulMaxRwSessionCount == PKCS11Constants.CK_EFFECTIVELY_INFINITE)
321 : (ulMaxRwSessionCount == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
328 buffer.append((ulRwSessionCount == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
345 buffer.append((ulTotalPublicMemory == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
352 buffer.append((ulFreePublicMemory == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
359 buffer.append((ulTotalPrivateMemory == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
366 buffer.append((ulFreePrivateMemory == PKCS11Constants
[all...]
H A DCK_MECHANISM.java51 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DCK_ATTRIBUTE.java52 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11TlsRsaPremasterSecretGenerator.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11KeyFactory.java32 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11SecureRandom.java33 import sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11TlsMasterSecretGenerator.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11TlsPrfGenerator.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DToken.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
353 if (e.getErrorCode() != PKCS11Constants.CKR_MECHANISM_INVALID) {
H A DP11ECDHKeyAgreement.java36 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11KeyGenerator.java35 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11Mac.java39 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11TlsKeyMaterialGenerator.java41 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DTemplateManager.java32 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11DHKeyFactory.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11DSAKeyFactory.java36 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11Digest.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11KeyPairGenerator.java39 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DSessionManager.java35 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11ECKeyFactory.java41 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11KeyAgreement.java39 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11RSAKeyFactory.java36 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11SecretKeyFactory.java38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DP11RSACipher.java39 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
H A DSecmod.java36 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;

Completed in 49 milliseconds

12