Home
last modified time | relevance | path

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

12

/libcore/luni/src/main/java/java/net/
DURLDecoder.java44 public static String decode(String s) { in decode() method in URLDecoder
66 public static String decode(String s, String encoding) throws UnsupportedEncodingException { in decode() method in URLDecoder
/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
DASN1Sequence.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Sequence
DASN1SequenceOf.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SequenceOf
DASN1Set.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Set
DASN1SetOf.java39 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1SetOf
DASN1Enumerated.java63 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Enumerated
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
DASN1GeneralizedTime.java64 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1GeneralizedTime
DASN1UTCTime.java76 @Override public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1UTCTime
DASN1Explicit.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Explicit
DASN1Integer.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Integer
DASN1Any.java72 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Any
DASN1Implicit.java102 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Implicit
DASN1Oid.java62 public Object decode(BerInputStream in) throws IOException { in decode() method in ASN1Oid
/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
DAuthorityKeyIdentifier.java67 public static AuthorityKeyIdentifier decode(byte[] encoding) throws IOException { in decode() method in AuthorityKeyIdentifier
DCertificatePolicies.java56 public static CertificatePolicies decode(byte[] encoding) throws IOException { in decode() method in CertificatePolicies
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DCertificateStub.java55 public void decode(InputStream stream) throws KeyException, in decode() method in CertificateStub
/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