Searched defs:class (Results 1 – 2 of 2) sorted by relevance
121 SubjectKeyIdentifierExtension.class); in addInternal()123 KeyUsageExtension.class); in addInternal()125 PrivateKeyUsageExtension.class); in addInternal()127 SubjectAlternativeNameExtension.class); in addInternal()129 IssuerAlternativeNameExtension.class); in addInternal()131 BasicConstraintsExtension.class); in addInternal()133 CRLNumberExtension.class); in addInternal()135 CRLReasonCodeExtension.class); in addInternal()137 NameConstraintsExtension.class); in addInternal()139 PolicyMappingsExtension.class); in addInternal()[all …]
35 PRIMITIVE_TO_SIGNATURE.put(byte.class, "B"); in PRIMITIVE_TO_SIGNATURE.put()36 PRIMITIVE_TO_SIGNATURE.put(char.class, "C"); in PRIMITIVE_TO_SIGNATURE.put()37 PRIMITIVE_TO_SIGNATURE.put(short.class, "S"); in PRIMITIVE_TO_SIGNATURE.put()38 PRIMITIVE_TO_SIGNATURE.put(int.class, "I"); in PRIMITIVE_TO_SIGNATURE.put()39 PRIMITIVE_TO_SIGNATURE.put(long.class, "J"); in PRIMITIVE_TO_SIGNATURE.put()40 PRIMITIVE_TO_SIGNATURE.put(float.class, "F"); in PRIMITIVE_TO_SIGNATURE.put()41 PRIMITIVE_TO_SIGNATURE.put(double.class, "D"); in PRIMITIVE_TO_SIGNATURE.put()42 PRIMITIVE_TO_SIGNATURE.put(void.class, "V"); in PRIMITIVE_TO_SIGNATURE.put()43 PRIMITIVE_TO_SIGNATURE.put(boolean.class, "Z"); in PRIMITIVE_TO_SIGNATURE.put()