Searched refs:asBoolean (Results 1 – 2 of 2) sorted by relevance
149 assertTrue(node.getChild(0x15).asBoolean()); in testBuilderAndGetters()150 assertFalse(node.getChild(0x16).asBoolean()); in testBuilderAndGetters()172 node.getChild(0x12).asBoolean(); in testGettersInvalidData()285 node.asBoolean(); in testAsBoolean_ConstructedTag()292 node.getChild(1).asBoolean(); in testAsBoolean_InvalidData()
496 public boolean asBoolean() throws InvalidAsn1DataException { in asBoolean() method in Asn1Node