MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / readBigInteger

Method readBigInteger

src/main/java/core/org/xbill/DNS/DNSSEC.java:338–342  ·  view source on GitHub ↗
(DNSInput in, int len)

Source from the content-addressed store, hash-verified

336}
337
338private static BigInteger
339readBigInteger(DNSInput in, int len) throws IOException {
340 byte [] b = in.readByteArray(len);
341 return new BigInteger(1, b);
342}
343
344private static BigInteger
345readBigInteger(DNSInput in) {

Callers 3

toRSAPublicKeyMethod · 0.95
toDSAPublicKeyMethod · 0.95
toECDSAPublicKeyMethod · 0.95

Calls 1

readByteArrayMethod · 0.80

Tested by

no test coverage detected