OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOctetString
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
IPAddressName.java
82
this(derValue.
getOctetString
());
/libcore/ojluni/src/main/java/sun/security/util/
DerInputStream.java
248
public byte[]
getOctetString
() throws IOException {
DerValue.java
480
public byte[]
getOctetString
() throws IOException {
485
"DerValue.
getOctetString
, not an Octet String: " + tag);
499
bytes = append(bytes, in.
getOctetString
());
Completed in 120 milliseconds