Searched defs:SIG (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/hotspot/src/share/vm/classfile/ |
| H A D | verifier.hpp | 99 SIG, // Comes from method signature enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon183
|
| /openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
| H A D | SunPKCS11.java | 479 private final static String SIG = "Signature"; field in class:SunPKCS11 642 d(SIG, "RawDSA", P11Signature, s("NONEwithDSA"), 644 d(SIG, "DSA", P11Signature, s("SHA1withDSA"), 646 d(SIG, "NONEwithECDSA", P11Signature, 648 d(SIG, "SHA1withECDSA", P11Signature, s("ECDSA"), 650 d(SIG, "SHA256withECDSA", P11Signature, 652 d(SIG, "SHA384withECDSA", P11Signature, 654 d(SIG, "SHA512withECDSA", P11Signature, 656 d(SIG, "MD2withRSA", P11Signature, 658 d(SIG, "MD5withRS [all...] |
| /openjdk7/jdk/src/share/classes/sun/security/x509/ |
| H A D | X509CertImpl.java | 123 public static final String SIG = NAME + DOT + SIGNATURE; field in class:X509CertImpl
|
Completed in 308 milliseconds