HomeSort by relevance Sort by last modified time
    Searched full:encoded (Results 551 - 575 of 4017) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequest.java 52 /** the ASN.1 encoded form of CertificationRequest */
79 * Returns ASN.1 encoded form of this CertificationRequest value.
CertificationRequestInfo.java 55 /** the ASN.1 encoded form of CertificationRequestInfo */
76 * Returns ASN.1 encoded form of this CertificationRequestInfo.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
BasicConstraints.java 50 * Creates the extension object on the base of its encoded form.
70 * Returns the encoded form of the object.
Certificate.java 55 /** the ASN.1 encoded form of Certificate */
103 * Returns ASN.1 encoded form of this X.509 TBSCertificate value.
CertificateList.java 55 /** the ASN.1 encoded form of CertList */
100 * Returns ASN.1 encoded form of this X.509 TBSCertList value.
CertificatePolicies.java 48 /** the ASN.1 encoded form of CertificatePolicies */
84 * Returns ASN.1 encoded form of this X.509 CertificatePolicies value.
EDIPartyName.java 59 /** the ASN.1 encoded form of EDIPartyName */
69 * Returns ASN.1 encoded form of this X.509 EDIPartyName value.
GeneralNames.java 52 /** the ASN.1 encoded form of GeneralNames */
112 * Returns ASN.1 encoded form of this X.509 GeneralNames value.
GeneralSubtree.java 60 /** the ASN.1 encoded form of GeneralSubtree */
77 * Returns ASN.1 encoded form of this X.509 GeneralSubtree value.
OtherName.java 53 /** the ASN.1 encoded form of OtherName */
74 * Returns ASN.1 encoded form of this X.509 OtherName value.
PolicyConstraints.java 61 /** the ASN.1 encoded form of PolicyConstraints */
84 * Returns ASN.1 encoded form of this X.509 PolicyConstraints value.
PolicyInformation.java 54 /** the ASN.1 encoded form of PolicyInformation */
69 * Returns ASN.1 encoded form of this X.509 PolicyInformation value.
PrivateKeyUsagePeriod.java 52 /** the ASN.1 encoded form of PrivateKeyUsagePeriod */
80 * Returns ASN.1 encoded form of this X.509 PrivateKeyUsagePeriod value.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPath.java 76 * @return default encoded form of this cert path
85 * @return encoded form of this cert path as specified by
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 28 * (0000-FFFF) will be encoded as a pair of 3-byte UTF-8 characters,
37 * pairs are encoded as 4 bytes, with the caveat that the maximum
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 121 message bodies in the input charset are to be encoded. Default is no
170 Certain character sets must be encoded with quoted-printable or base64
179 header_encoding: If the character set must be encoded before it can be
259 encoded. The function should then set the Content-Transfer-Encoding
304 """Convert a splittable string back into an encoded string.
307 into an encoded format. Return the string as-is if it is not Unicode,
314 encoded format. If to_output is False, uses input_codec.
337 """Return the length of the encoded header string."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
utf_8_sig.py 4 * On encoding/writing a UTF-8 encoded BOM will be prepended/written as the
7 * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 121 message bodies in the input charset are to be encoded. Default is no
170 Certain character sets must be encoded with quoted-printable or base64
179 header_encoding: If the character set must be encoded before it can be
259 encoded. The function should then set the Content-Transfer-Encoding
304 """Convert a splittable string back into an encoded string.
307 into an encoded format. Return the string as-is if it is not Unicode,
314 encoded format. If to_output is False, uses input_codec.
337 """Return the length of the encoded header string."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
utf_8_sig.py 4 * On encoding/writing a UTF-8 encoded BOM will be prepended/written as the
7 * On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these
  /art/runtime/arch/x86/
context_x86.h 62 // special in that it cannot be encoded normally as a register operand to an instruction (except
  /dalvik/libdex/
DexDebugInfo.cpp 81 * Reads a string index as encoded for the debug info format,
88 // Remember, encoded string indicies have 1 added to them.
97 * Reads a type index as encoded for the debug info format, returning
104 // Remember, encoded type indicies have 1 added to them.
DexUtf.cpp 18 * Validate and manipulate MUTF-8 encoded string data.
60 * It's a multibyte encoded character. Decode it and analyze. We
61 * accept anything that isn't (a) an improperly encoded low value,
62 * (b) an improper surrogate pair, (c) an encoded '\0', (d) a high
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PolicyQualifierInfoTest.java 111 * from the encoded bytes
124 * Assertion: The encoded byte array is copied on construction
149 * Assertion: Returns the ASN.1 DER encoded form of
190 * Assertion: Returns the ASN.1 DER encoded form of
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 35 * Decodes an "encoded" Object and returns a "decoded"
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 63 * Encodes the Strings and returns the number of characters in the two encoded Strings that are the same. This
68 * A String that will be encoded and compared.
70 * A String that will be encoded and compared.
71 * @return The number of characters in the two encoded Strings that are the same from 0 to 4.

Completed in 508 milliseconds

<<21222324252627282930>>