bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static synchronized final long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,276 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | privatestaticfinalsynchronizedlong[]sha(longhh0,longhh1,longhh2,longhh3,longhh4,longhh5,longhh6,longhh7,byte[]in,intoffset){longA=hh0;longB=hh1;longC=hh2;longD=hh3;longE=hh4;longF=hh5;longG=hh6;longH=hh7;longT,T2;intr;for(r=0;r<16;r++){w[r]=(long)in[offset++]<<56|((long)in[offset++]&0xFF)<<48|((long)in[offset++]&0xFF)<... | 29,277 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,278 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,279 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,280 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | privatestaticfinalsynchronizedlong[]sha(longhh0,longhh1,longhh2,longhh3,longhh4,longhh5,longhh6,longhh7,byte[]in,intoffset){longA=hh0;longB=hh1;longC=hh2;longD=hh3;longE=hh4;longF=hh5;longG=hh6;longH=hh7;longT,T2;intr;for(r=0;r<16;r++){w[r]=(long)in[offset++]<<56|((long)in[offset++]&0xFF)<<48|((long)in[offset++]&0xFF)<... | 29,281 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,282 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,283 |
private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | private static final synchronized long[] sha(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) { long A = hh0; long B = ... | 29,284 |
protected void transform(byte[] in, int offset) { long[] result = sha(h0, h1, h2, h3, h4, h5, h6, h7, in, offset); h0 = result[0]; h1 = result[1]; h2 = result[2]; h3 = result[3]; h4 = result[4]; h5 = result[5]; h6 = result[6]; h7 = result[7]; } | protectedvoidtransform(byte[]in,intoffset){long[]result=sha(h0,h1,h2,h3,h4,h5,h6,h7,in,offset);h0=result[0];h1=result[1];h2=result[2];h3=result[3];h4=result[4];h5=result[5];h6=result[6];h7=result[7];} | 29,285 |
public void update(byte b) { // compute number of bytes still unhashed; ie. present in buffer int i = (int) (count % blockSize); count++; buffer[i] = b; if (i == (blockSize - 1)) { transform(buffer, 0); } } | public void update(byte b) // compute number of bytes still unhashed; ie. present in buffer int i = (int) (count % blockSize); count++; buffer[i] = b; if (i == (blockSize - 1)) transform(buffer, 0); } } | 29,286 |
public void update(byte b) { // compute number of bytes still unhashed; ie. present in buffer int i = (int) (count % blockSize); count++; buffer[i] = b; if (i == (blockSize - 1)) { transform(buffer, 0); } } | public void update(byte b) { // compute number of bytes still unhashed; ie. present in buffer int i = (int) (count % blockSize); count++; buffer[i] = b; if (i == (blockSize - 1)) { transform(buffer, 0); } | 29,287 |
public void menuSelectionChanged(boolean changed) { // if this menu selection is true, then activate this menu and // display popup associated with this menu setSelected(changed); } | public void menuSelectionChanged(boolean changed) { // if this menu selection is true, then activate this menu and // display popup associated with this menu setSelectedHelper(changed, isEnabled(), true); } | 29,288 |
public void setSelected(boolean selected) { // If menu is selected and enabled, activates the menu and // displays associated popup. if (selected && isEnabled()) { super.setArmed(true); super.setSelected(true); // FIXME: The reference implementation behaves different here. When // calling setSelec... | public void setSelected(boolean selected) { // If menu is selected and enabled, activates the menu and // displays associated popup. if (selected && isEnabled()) { super.setArmed(true); super.setSelected(true); // FIXME: The reference implementation behaves different here. When // calling setSelec... | 29,289 |
public BERReader(InputStream in) { super(in); } | public BERReader(byte[] in) { super(in); } | 29,290 |
public BEREncodingException (String msg) { super (msg); } | public BEREncodingException() { super (msg); } | 29,291 |
public BEREncodingException (String msg) { super (msg); } | public BEREncodingException (String msg) { super (); } | 29,292 |
public static String dumpString(byte[] data, String m) { return (data == null) ? "null\n" : dumpString(data, 0, data.length, m); } | public static String dumpString(byte[] data, int offset, int length, String m) { return (data == null) ? "null\n" : dumpString(data, 0, data.length, m); } | 29,293 |
public static String dumpString(byte[] data, String m) { return (data == null) ? "null\n" : dumpString(data, 0, data.length, m); } | public static String dumpString(byte[] data, String m) { if (data == null) { return m + "null\n"; } StringBuffer sb = new StringBuffer(length * 3); if (length > 32) { sb.append(m).append("Hexadecimal dump of ").append(length).append( " bytes...\n"); } int end = offset + length; String s; int l = Integer.toString... | 29,294 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,295 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,296 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,297 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,298 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,299 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,300 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,301 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,302 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,303 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,304 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,305 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,306 |
public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | public SignerInfo(BERReader ber) throws IOException { DERValue val = ber.read(); if (DEBUG) debug("SignerInfo: " + val); if (!val.isConstructed()) throw new BEREncodingException("malformed SignerInfo"); val = ber.read(); if (val.getTag() != BER.INTEGER) throw new BEREncodingException("m... | 29,307 |
protected void installNextButtonListeners(Component c) { c.addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent evt) { if (! spinner.isEnabled()) return; increment(); timer.setInitialDelay(500); timer.start(); } public void mouseReleased(MouseEvent evt) ... | protected void installNextButtonListeners(Component c) { c.addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent evt) { if (! spinner.isEnabled()) return; increment(); timer.setInitialDelay(500); timer.start(); } public void mouseReleased(MouseEvent evt) ... | 29,309 |
protected void installPreviousButtonListeners(Component c) { c.addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent evt) { if (! spinner.isEnabled()) return; decrement(); timer.setInitialDelay(500); timer.start(); } public void mouseReleased(MouseEvent evt... | protected void installPreviousButtonListeners(Component c) { c.addMouseListener(new MouseAdapter() { public void mousePressed(MouseEvent evt) { if (! spinner.isEnabled()) return; decrement(); timer.setInitialDelay(500); timer.start(); } public void mouseReleased(MouseEvent evt... | 29,310 |
public byte[] encodePrivateKey(PrivateKey key) { if (! (key instanceof GnuRSAPrivateKey)) throw new IllegalArgumentException("Wrong key type"); GnuRSAPrivateKey pk = (GnuRSAPrivateKey) key; BigInteger n = pk.getN(); BigInteger e = pk.getE(); BigInteger d = pk.getPrivateExponent(); BigInteger p... | public byte[] encodePrivateKey(PrivateKey key) { if (! (key instanceof GnuRSAPrivateKey)) throw new InvalidParameterException("Wrong key type"); GnuRSAPrivateKey pk = (GnuRSAPrivateKey) key; BigInteger n = pk.getN(); BigInteger e = pk.getE(); BigInteger d = pk.getPrivateExponent(); BigInteger ... | 29,311 |
public ObjectReferenceTemplateHolder(ObjectReferenceTemplate initialValue) { value = initialValue; } | public ObjectReferenceTemplateHolder() { value = initialValue; } | 29,312 |
public ObjectReferenceTemplateHolder(ObjectReferenceTemplate initialValue) { value = initialValue; } | public ObjectReferenceTemplateHolder(ObjectReferenceTemplate initialValue) { } | 29,313 |
public void installUI(JComponent c) { super.installUI(c); if (c instanceof JSlider) { slider = (JSlider) c; focusRect = new Rectangle(); contentRect = new Rectangle(); thumbRect = new Rectangle(); trackRect = new Rectangle(); tickRect = new Rectangle(); labelRect = new Rectangle(); insetCache = slider.get... | public void installUI(JComponent c) { super.installUI(c); if (c instanceof JSlider) { slider = (JSlider) c; focusRect = new Rectangle(); contentRect = new Rectangle(); thumbRect = new Rectangle(); trackRect = new Rectangle(); tickRect = new Rectangle(); labelRect = new Rectangle(); insetCache = slider.get... | 29,314 |
public org.omg.CORBA.portable.OutputStream _request(String method, boolean response_expected ) { return delegate.request(this, method, response_expected); } | public org.omg.CORBA.portable.OutputStream _request(String method, boolean response_expected ) { return delegate.request(this, method, response_expected); } | 29,315 |
public org.omg.CORBA.portable.OutputStream _request(String method, boolean response_expected ) { return delegate.request(this, method, response_expected); } | public org.omg.CORBA.portable.OutputStream _request(String method, boolean response_expected ) { return delegate.request(this, method); } | 29,316 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,317 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,318 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,319 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,320 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,321 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,322 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,323 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,324 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,325 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,326 |
public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | public static TypeCode read(org.omg.CORBA.portable.InputStream in) throws BadKind, Bounds { TCKind kind = TCKind.from_int(in.read_long()); TypeCode rt; generalTypeCode g; recordTypeCode r; recordTypeCode.Field f; stringTypeCode s; int n; switch (kind.value()) { ... | 29,327 |
public AWTEvent(Object source, int id) { super(source); this.id = id; } | public AWTEvent(Event event) { super(source); this.id = id; } | 29,328 |
public AWTEvent(Object source, int id) { super(source); this.id = id; } | public AWTEvent(Object source, int id) { super(source); this.id = id; } | 29,329 |
calcSize(Container target, int what){ synchronized (target.getTreeLock ()) { Insets ins = target.getInsets(); ComponentOrientation orient = target.getComponentOrientation (); boolean left_to_right = orient.isLeftToRight (); Component my_north = north; Component my_east = east; Componen... | calcSize(Container target, int what){ synchronized (target.getTreeLock ()) { Insets ins = target.getInsets(); ComponentOrientation orient = target.getComponentOrientation (); boolean left_to_right = orient.isLeftToRight (); Component my_north = north; Component my_east = east; Componen... | 29,330 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); String value; if (ret instanceof Collection) { StringBuffer buf = new StringBuf... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); String value; if (ret instanceof Collection) { StringBuffer buf = new StringBuf... | 29,331 |
void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); String value; if (ret instanceof Collection) { StringBuffer buf = new StringBuf... | void doApply(Stylesheet stylesheet, QName mode, Node context, int pos, int len, Node parent, Node nextSibling) throws TransformerException { Object ret = select.evaluate(context, pos, len); String value; if (ret instanceof Collection) { StringBuffer buf = new StringBuf... | 29,332 |
ColorPaintContext(int c) { color = c; } | ColorPaintContext(int colorRGB) { color = c; } | 29,333 |
ColorPaintContext(int c) { color = c; } | ColorPaintContext(int c) { this(ColorModel.getRGBdefault(), colorRGB); } | 29,334 |
public ColorModel getColorModel() { return ColorModel.getRGBdefault(); } | public ColorModel getColorModel() { return colorModel; } | 29,335 |
public Raster getRaster(int x, int y, int w, int h) { // XXX Implement. Sun uses undocumented implementation class // sun.awt.image.IntegerInterleavedRaster. throw new Error("not implemented"); } | public Raster getRaster(int x, int y, int width, int height) { // XXX Implement. Sun uses undocumented implementation class // sun.awt.image.IntegerInterleavedRaster. throw new Error("not implemented"); } | 29,336 |
public Raster getRaster(int x, int y, int w, int h) { // XXX Implement. Sun uses undocumented implementation class // sun.awt.image.IntegerInterleavedRaster. throw new Error("not implemented"); } | public Raster getRaster(int x, int y, int w, int h) { // XXX Implement. Sun uses undocumented implementation class // sun.awt.image.IntegerInterleavedRaster. if( cachedRaster == null || cachedRaster.getWidth() < width || cachedRaster.getHeight() < height) { cachedRaster = new ColorRaster(colorModel, 0, 0, wi... | 29,337 |
public void enableInputMethods(boolean enable) { // XXX Implement. throw new Error("not implemented"); } | public void enableInputMethods(boolean enable) { // XXX Implement. throw new Error("not implemented"); } | 29,338 |
public void resize(Dimension d) { resize (d.width, d.height); } | public void resize(int width, int height) { resize (d.width, d.height); } | 29,339 |
public void resize(Dimension d) { resize (d.width, d.height); } | public void resize(Dimension d) { resize (d.width, d.height); } | 29,340 |
public Event (Object target, long when, int id, int x, int y, int key, int modifiers) { this.target = target; this.when = when; this.id = id; this.x = x; this.y = y; this.key = key; this.modifiers = modifiers; } | public Event (Object target, long when, int id, int x, int y, int key, int modifiers) { this.target = target; this.when = when; this.id = id; this.x = x; this.y = y; this.key = key; this.modifiers = modifiers; } | 29,341 |
public Event (Object target, long when, int id, int x, int y, int key, int modifiers) { this.target = target; this.when = when; this.id = id; this.x = x; this.y = y; this.key = key; this.modifiers = modifiers; } | public Event (Object target, long when, int id, int x, int y, int key, int modifiers) { this.target = target; this.when = when; this.id = id; this.x = x; this.y = y; this.key = key; this.modifiers = modifiers; } | 29,342 |
public ImageDecoder(String filename) { this.filename = filename; } | public ImageDecoder(String filename) { this.filename = filename; } | 29,343 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 " + "Certificates and CRLs, PKIX certificate path validators, " + "Collection cert stores, Diffie-Hellman key agreement and " + "key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { publ... | 29,344 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,345 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,346 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,347 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,348 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,349 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,350 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,351 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,352 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,353 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,354 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,355 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,356 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,357 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,358 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,359 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,360 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,361 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,362 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,363 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,364 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,365 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,366 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,367 |
public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | public Gnu() { super("GNU", 1.0, "GNU provider v1.0 implementing SHA-1, MD5, DSA, RSA, X.509 Certificates and CRLs, PKIX certificate path validators, Collection cert stores, Diffie-Hellman key agreement and key pair generator"); AccessController.doPrivileged (new PrivilegedAction() { public Object run(... | 29,368 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,369 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,370 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,371 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,372 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,373 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,374 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,375 |
public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | public Object run() { // Note that all implementation class names are referenced by using // Class.getName(). That way when we staticly link the Gnu provider // we automatically get all the implementation classes. // Signature put("Signature.SHA160withDSS", gnu.java.security.jce... | 29,376 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.