Searched refs:asBits (Results 1 – 3 of 3) sorted by relevance
147 assertEquals(0xF2344, node.getChild(0x31).getChild(0x13).asBits()); in testBuilderAndGetters()151 assertEquals(0xF2344, node.getChild(0x13).asBits()); in testBuilderAndGetters()166 node.getChild(0x12).asBits(); in testGettersInvalidData()278 node.asBits(); in testAsBits_ConstructedTag()
550 builder.add(node.getChild(Tags.TAG_SEQUENCE, Tags.TAG_CTX_0).asBits(), in getRulesAuthTable()552 Tags.TAG_CTX_2).asBits()); in getRulesAuthTable()1283 profileNode.getChild(Tags.TAG_PROFILE_POLICY_RULE).asBits()); in buildProfile()1361 metadataNode.getChild(Tags.TAG_EVENT).asBits(), in createNotification()
473 public int asBits() throws InvalidAsn1DataException { in asBits() method in Asn1Node