Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 47) sorted by relevance

12

/libcore/luni/src/main/java/java/net/
DURLDecoder.java44 public static String decode(String s) { in decode() method in URLDecoder
59 public static String decode(String s, String charsetName) throws UnsupportedEncodingException { in decode() method in URLDecoder
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamTesterTest.java152 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.FilterOutputStreamTester
168 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.BufferedOutputStreamTester
179 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.DataOutputStreamTester
190 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.ObjectOutputStreamTester
202 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.PrintStreamTester
DWriterTesterTest.java168 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.BufferedWriterCharSinkTester
181 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.FilterWriterCharSinkTester
194 public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.PrintWriterCharSinkTester
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DASN1Type.java81 public final Object decode(byte[] encoded) throws IOException { in decode() method in ASN1Type
85 public final Object decode(byte[] encoded, int offset, int encodingLen) in decode() method in ASN1Type
90 public final Object decode(InputStream in) throws IOException { in decode() method in ASN1Type
116 public abstract Object decode(BerInputStream in) throws IOException; in decode() method in ASN1Type
DASN1SetOf.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SetOf
DASN1Set.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Set
DASN1SequenceOf.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SequenceOf
DASN1Sequence.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Sequence
DASN1OctetString.java61 @Override public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1OctetString
DASN1Boolean.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Boolean
DASN1Enumerated.java63 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Enumerated
DASN1GeneralizedTime.java65 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1GeneralizedTime
DASN1Explicit.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Explicit
DASN1UTCTime.java77 @Override public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1UTCTime
DASN1Any.java72 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Any
DASN1Integer.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Integer
DASN1Implicit.java102 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Implicit
/libcore/luni/src/main/java/libcore/io/
DBase64.java35 public static byte[] decode(byte[] in) { in decode() method in Base64
39 public static byte[] decode(byte[] in, int len) { in decode() method in Base64
/libcore/luni/src/main/java/java/security/
DCertificate.java50 public void decode(InputStream stream) throws KeyException, IOException; in decode() method
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DSubjectKeyIdentifier.java53 public static SubjectKeyIdentifier decode(byte[] encoding) in decode() method in SubjectKeyIdentifier
DInfoAccessSyntax.java68 public static InfoAccessSyntax decode(byte[] encoding) throws IOException { in decode() method in InfoAccessSyntax
DCRLDistributionPoints.java86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException { in decode() method in CRLDistributionPoints
DCertificatePolicies.java56 public static CertificatePolicies decode(byte[] encoding) throws IOException { in decode() method in CertificatePolicies
DAuthorityKeyIdentifier.java67 public static AuthorityKeyIdentifier decode(byte[] encoding) throws IOException { in decode() method in AuthorityKeyIdentifier
/libcore/luni/src/main/java/libcore/net/
DUriCodec.java151 public static String decode(String s, boolean convertPlus, Charset charset, in decode() method in UriCodec
205 public static String decode(String s) { in decode() method in UriCodec

12