Searched refs:unusedBits (Results 1 – 4 of 4) sorted by relevance
241 int unusedBits = buf[pos] & 0xff; in getUnalignedBitString() local242 if (unusedBits > 7 ) { in getUnalignedBitString()243 throw new IOException("Invalid value for unused bits: " + unusedBits); in getUnalignedBitString()247 int length = (bits.length == 0) ? 0 : bits.length * 8 - unusedBits; in getUnalignedBitString()
97 int unusedBits = repLength*BITS_PER_UNIT - length; in BitArray() local98 byte bitMask = (byte) (0xFF << unusedBits); in BitArray()
83 private int unusedBits = 0; field in X509Key122 this.unusedBits = in setKey()140 this.key.length * 8 - this.unusedBits, in getKey()
139 @Deprecated @android.compat.annotation.UnsupportedAppUsage private int unusedBits = 0; // 0x0 field in X509Key