HomeSort by relevance Sort by last modified time
    Searched refs:getBitString (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 199 public byte[] getBitString(int len) throws IOException {
225 byte[] getBitString() throws IOException {
226 return getBitString(available());
DerValue.java 563 public byte[] getBitString() throws IOException {
566 "DerValue.getBitString, not a bit string " + tag);
568 return buffer.getBitString();
579 "DerValue.getBitString, not a bit string " + tag);
617 public byte[] getBitString(boolean tagImplicit) throws IOException {
620 throw new IOException("DerValue.getBitString, not a bit string "
623 return buffer.getBitString();
637 throw new IOException("DerValue.getBitString, not a bit string "
DerInputStream.java 240 public byte[] getBitString() throws IOException {
244 return buffer.getBitString(getLength(buffer));
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CertId.java 99 byte[] keyBytes = seq[1].getBitString();
OCSPResponse.java 359 signature = seqTmp[2].getBitString();
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java     [all...]
X509CertImpl.java     [all...]

Completed in 503 milliseconds