Home | History | Annotate | Download | only in x509

Lines Matching defs:id_kp

26     private static final ASN1ObjectIdentifier id_kp = new ASN1ObjectIdentifier("1.3.6.1.5.5.7.3");
36 public static final KeyPurposeId id_kp_serverAuth = new KeyPurposeId(id_kp.branch("1"));
40 public static final KeyPurposeId id_kp_clientAuth = new KeyPurposeId(id_kp.branch("2"));
44 public static final KeyPurposeId id_kp_codeSigning = new KeyPurposeId(id_kp.branch("3"));
48 public static final KeyPurposeId id_kp_emailProtection = new KeyPurposeId(id_kp.branch("4"));
52 public static final KeyPurposeId id_kp_ipsecEndSystem = new KeyPurposeId(id_kp.branch("5"));
56 public static final KeyPurposeId id_kp_ipsecTunnel = new KeyPurposeId(id_kp.branch("6"));
60 public static final KeyPurposeId id_kp_ipsecUser = new KeyPurposeId(id_kp.branch("7"));
64 public static final KeyPurposeId id_kp_timeStamping = new KeyPurposeId(id_kp.branch("8"));
68 public static final KeyPurposeId id_kp_OCSPSigning = new KeyPurposeId(id_kp.branch("9"));
72 public static final KeyPurposeId id_kp_dvcs = new KeyPurposeId(id_kp.branch("10"));
76 public static final KeyPurposeId id_kp_sbgpCertAAServerAuth = new KeyPurposeId(id_kp.branch("11"));
80 public static final KeyPurposeId id_kp_scvp_responder = new KeyPurposeId(id_kp.branch("12"));
84 public static final KeyPurposeId id_kp_eapOverPPP = new KeyPurposeId(id_kp.branch("13"));
88 public static final KeyPurposeId id_kp_eapOverLAN = new KeyPurposeId(id_kp.branch("14"));
92 public static final KeyPurposeId id_kp_scvpServer = new KeyPurposeId(id_kp.branch("15"));
96 public static final KeyPurposeId id_kp_scvpClient = new KeyPurposeId(id_kp.branch("16"));
100 public static final KeyPurposeId id_kp_ipsecIKE = new KeyPurposeId(id_kp.branch("17"));
104 public static final KeyPurposeId id_kp_capwapAC = new KeyPurposeId(id_kp.branch("18"));
108 public static final KeyPurposeId id_kp_capwapWTP = new KeyPurposeId(id_kp.branch("19"));