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

Method BigIntegerLength

src/main/java/core/org/xbill/DNS/DNSSEC.java:333–336  ·  view source on GitHub ↗
(BigInteger i)

Source from the content-addressed store, hash-verified

331}
332
333private static int
334BigIntegerLength(BigInteger i) {
335 return (i.bitLength() + 7) / 8;
336}
337
338private static BigInteger
339readBigInteger(DNSInput in, int len) throws IOException {

Callers 2

fromRSAPublicKeyMethod · 0.95
signMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected