Searched refs:getBitString (Results 1 – 9 of 9) sorted by relevance
563 public byte[] getBitString() throws IOException { in getBitString() method in DerValue568 return buffer.getBitString(); in getBitString()617 public byte[] getBitString(boolean tagImplicit) throws IOException { in getBitString() method in DerValue623 return buffer.getBitString(); in getBitString()
199 public byte[] getBitString(int len) throws IOException { in getBitString() method in DerInputBuffer225 byte[] getBitString() throws IOException { in getBitString() method in DerInputBuffer226 return getBitString(available()); in getBitString()
240 public byte[] getBitString() throws IOException { in getBitString() method in DerInputStream244 return buffer.getBitString(getLength(buffer)); in getBitString()
159 public byte[] getBitString() throws java.io.IOException { in getBitString() method in DerValue173 public byte[] getBitString(boolean tagImplicit) throws java.io.IOException { in getBitString() method in DerValue
84 public byte[] getBitString() throws java.io.IOException { in getBitString() method in DerInputStream
99 byte[] keyBytes = seq[1].getBitString(); in CertId()
359 signature = seqTmp[2].getBitString(); in OCSPResponse()
1085 signature = seq[2].getBitString(); in parse()
1837 signature = seq[2].getBitString(); in parse()