Home
last modified time | relevance | path

Searched refs:CKA_NETSCAPE_BASE (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java949 public static final long CKA_NETSCAPE_BASE = 0x80000000L + 0x4E534350L; field
952 public static final long CKO_NETSCAPE_TRUST = CKA_NETSCAPE_BASE + 3;
955 public static final long CKA_NETSCAPE_TRUST_BASE = CKA_NETSCAPE_BASE + 0x2000;
966 public static final long CKT_NETSCAPE_TRUSTED = CKA_NETSCAPE_BASE + 1;
967 public static final long CKT_NETSCAPE_TRUSTED_DELEGATOR = CKA_NETSCAPE_BASE + 2;
968 public static final long CKT_NETSCAPE_UNTRUSTED = CKA_NETSCAPE_BASE + 3;
969 public static final long CKT_NETSCAPE_MUST_VERIFY = CKA_NETSCAPE_BASE + 4;
970 public static final long CKT_NETSCAPE_TRUST_UNKNOWN = CKA_NETSCAPE_BASE + 5; /* default */
971 public static final long CKT_NETSCAPE_VALID = CKA_NETSCAPE_BASE + 10;
972 public static final long CKT_NETSCAPE_VALID_DELEGATOR = CKA_NETSCAPE_BASE + 11;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1031 public static final long CKA_NETSCAPE_BASE = 0x80000000L + 0x4E534350L; field
1034 public static final long CKO_NETSCAPE_TRUST = CKA_NETSCAPE_BASE + 3;
1037 public static final long CKA_NETSCAPE_TRUST_BASE = CKA_NETSCAPE_BASE + 0x2000;
1048 public static final long CKT_NETSCAPE_TRUSTED = CKA_NETSCAPE_BASE + 1;
1049 public static final long CKT_NETSCAPE_TRUSTED_DELEGATOR = CKA_NETSCAPE_BASE + 2;
1050 public static final long CKT_NETSCAPE_UNTRUSTED = CKA_NETSCAPE_BASE + 3;
1051 public static final long CKT_NETSCAPE_MUST_VERIFY = CKA_NETSCAPE_BASE + 4;
1052 public static final long CKT_NETSCAPE_TRUST_UNKNOWN = CKA_NETSCAPE_BASE + 5; /* default */
1053 public static final long CKT_NETSCAPE_VALID = CKA_NETSCAPE_BASE + 10;
1054 public static final long CKT_NETSCAPE_VALID_DELEGATOR = CKA_NETSCAPE_BASE + 11;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h70 #define CKA_NETSCAPE_BASE (0x80000000 + 0x4E534350) macro
71 #define CKA_NETSCAPE_TRUST_BASE (CKA_NETSCAPE_BASE + 0x2000)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1157 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java1280 public static final long CKA_NETSCAPE_BASE /*0x80000000L + 0x4E534350L*/ field