Searched refs:getBitString (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputBuffer.java199 public byte[] getBitString(int len) throws IOException { method in class:DerInputBuffer
225 byte[] getBitString() throws IOException { method in class:DerInputBuffer
226 return getBitString(available());
H A DDerValue.java563 public byte[] getBitString() throws IOException { method in class:DerValue
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 { method in class:DerValue
620 throw new IOException("DerValue.getBitString, not a bit string "
623 return buffer.getBitString();
637 throw new IOException("DerValue.getBitString, not a bit string "
H A DDerInputStream.java240 public byte[] getBitString() throws IOException { method in class:DerInputStream
244 return buffer.getBitString(getLength(buffer));
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DCertId.java99 byte[] keyBytes = seq[1].getBitString();
H A DOCSPResponse.java359 signature = seqTmp[2].getBitString();
/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CRLImpl.java1085 signature = seq[2].getBitString();
H A DX509CertImpl.java1837 signature = seq[2].getBitString();

Completed in 377 milliseconds