Searched refs:isConstructed (Results 1 – 6 of 6) sorted by relevance
61 assertFalse(dataValue.isConstructed()); in testSingleByteTagId()66 assertTrue(dataValue.isConstructed()); in testSingleByteTagId()71 assertTrue(dataValue.isConstructed()); in testSingleByteTagId()76 assertFalse(dataValue.isConstructed()); in testSingleByteTagId()81 assertTrue(dataValue.isConstructed()); in testSingleByteTagId()
59 assertTrue(TEST_VALUE1.isConstructed()); in testIsConstructed()60 assertFalse(TEST_VALUE2.isConstructed()); in testIsConstructed()
57 public boolean isConstructed() { in isConstructed() method in BerDataValue
162 public static boolean isConstructed(byte firstIdentifierByte) { in isConstructed() method in BerEncoding
43 boolean constructed = BerEncoding.isConstructed(firstIdentifierByte); in readDataValue()
66 boolean constructed = BerEncoding.isConstructed((byte) firstIdentifierByte); in readDataValue()