MCPcopy Create free account

hub / github.com/HTBridge/pivaa / functions

Functions609 in github.com/HTBridge/pivaa

Methoddecode
<p> Decodes all of the provided data, starting at inPos, for inAvail bytes. Should be called at least twice: once with the data to decode, and once wi
app/src/main/java/org/apache/commons/codec/binary/Base64.java:429
Methoddecode
Decodes an Object using the Base-N algorithm. This method is provided in order to satisfy the requirements of the Decoder interface, and will throw a
app/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java:377
Methoddecode
Decodes a byte array where each byte represents an ASCII '0' or '1'. @param ascii each byte represents an ASCII '0' or '1' @return t
app/src/main/java/org/apache/commons/codec/binary/BinaryCodec.java:114
MethoddecodeInteger
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature. @param pArray a byte array containing base64 c
app/src/main/java/org/apache/commons/codec/binary/Base64.java:721
MethoddecryptAES_ECB_PKCS5Padding
Decrypt DATA @param encryptedBase64 @return
app/src/main/java/com/htbridge/pivaa/handlers/Encryption.java:80
Methoddifference
Returns the number of characters in the two encoded Strings that are the same. This return value ranges from 0 to the length of the shortest encoded S
app/src/main/java/org/apache/commons/codec/language/RefinedSoundex.java:129
Methoddifference
Encodes the Strings and returns the number of characters in the two encoded Strings that are the same. This return value ranges from 0 through 4: 0 in
app/src/main/java/org/apache/commons/codec/language/Soundex.java:219
MethoddigestAsHex
Reads through a byte array and returns the digest for the data. @param data Data to digest @return the digest as a hex string @since 1.11
app/src/main/java/org/apache/commons/codec/digest/DigestUtils.java:1085
MethoddoDecoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/QCodec.java:168
MethoddoDecoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/BCodec.java:99
MethoddoEncoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/QCodec.java:152
MethoddoEncoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/BCodec.java:91
MethoddoInBackground
(Void... params)
app/src/main/java/com/htbridge/pivaa/MainActivity.java:291
Methodencode
Encodes a String and returns a String. @param source the String to encode @return the encoded String @throws EncoderException
app/src/main/java/org/apache/commons/codec/StringEncoder.java:36
Methodencode
Encodes a byte array and return the encoded data as a byte array. @param source Data to be encoded @return A byte array containing the enc
app/src/main/java/org/apache/commons/codec/BinaryEncoder.java:36
Methodencode
Encodes an Object using the refined soundex algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will
app/src/main/java/org/apache/commons/codec/language/RefinedSoundex.java:146
Methodencode
Encodes an Object using the caverphone algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will thro
app/src/main/java/org/apache/commons/codec/language/Caverphone.java:72
Methodencode
(final Object object)
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:404
Methodencode
Encodes the given String into a Caverphone 2.0 value. @param source String the source string @return A caverphone code for the given Strin
app/src/main/java/org/apache/commons/codec/language/Caverphone2.java:44
Methodencode
Encodes an Object using the Match Rating Approach algorithm. Method is here to satisfy the requirements of the Encoder interface Throws an EncoderExce
app/src/main/java/org/apache/commons/codec/language/MatchRatingApproachEncoder.java:108
Methodencode
Encodes an Object using the soundex algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will throw a
app/src/main/java/org/apache/commons/codec/language/Soundex.java:236
Methodencode
Encode the value using DoubleMetaphone. It will only work if <code>obj</code> is a <code>String</code> (like <code>Metaphone</code>). @param obj Obj
app/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java:201
Methodencode
Encodes an Object using the NYSIIS algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will throw an
app/src/main/java/org/apache/commons/codec/language/Nysiis.java:208
Methodencode
Encodes the given String into a Caverphone value. @param source String the source string @return A caverphone code for the given String
app/src/main/java/org/apache/commons/codec/language/Caverphone1.java:44
Methodencode
Encodes an Object using the metaphone algorithm. This method is provided in order to satisfy the requirements of the Encoder interface, and will thro
app/src/main/java/org/apache/commons/codec/language/Metaphone.java:387
Methodencode
Encodes an Object using the Daitch-Mokotoff soundex algorithm without branching. <p> This method is provided in order to satisfy the requirements of t
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:412
Methodencode
(final Object source)
app/src/main/java/org/apache/commons/codec/language/bm/BeiderMorseEncoder.java:86
Methodencode
Encodes a string to its phonetic representation. @param input the String to encode @return the encoding of the input
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:383
Methodencode
Encodes an array of bytes into an array of URL safe 7-bit characters. Unsafe characters are escaped. @param bytes array of bytes to conver
app/src/main/java/org/apache/commons/codec/net/URLCodec.java:197
Methodencode
Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped. @param str string to convert t
app/src/main/java/org/apache/commons/codec/net/QCodec.java:207
Methodencode
Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped. <p> Depending on the selection of the {@c
app/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java:389
Methodencode
Encodes a string into its Base64 form using the specified charset. Unsafe characters are escaped. @param value string to convert to Base64
app/src/main/java/org/apache/commons/codec/net/BCodec.java:119
Methodencode
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order. The returned array wil
app/src/main/java/org/apache/commons/codec/binary/Hex.java:405
Methodencode
<p> Encodes all of the provided data, starting at inPos, for inAvail bytes. Must be called at least twice: once with the data to encode, and once with
app/src/main/java/org/apache/commons/codec/binary/Base32.java:436
Methodencode
Converts an array of raw binary data into an array of ASCII 0 and 1 characters. @param raw the raw binary data to convert @return 0
app/src/main/java/org/apache/commons/codec/binary/BinaryCodec.java:81
MethodencodeAsString
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet. Uses UTF8 encoding. @param pArray a byte ar
app/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java:362
MethodencodeBase64Chunked
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks @param binaryData binary data to enc
app/src/main/java/org/apache/commons/codec/binary/Base64.java:606
MethodencodeBase64String
Encodes binary data using the base64 algorithm but does not chunk the output. NOTE: We changed the behaviour of this method from multi-line chunking
app/src/main/java/org/apache/commons/codec/binary/Base64.java:569
MethodencodeBase64URLSafe
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output. The url-safe variation emits - and _ instead of
app/src/main/java/org/apache/commons/codec/binary/Base64.java:582
MethodencodeBase64URLSafeString
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output. The url-safe variation emits - and _ instead of
app/src/main/java/org/apache/commons/codec/binary/Base64.java:595
MethodencodeInteger
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature. @param bigInt a BigInteger @return A byte a
app/src/main/java/org/apache/commons/codec/binary/Base64.java:735
MethodencodeToString
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet. Uses UTF8 encoding. @param pArray a b
app/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java:349
MethodgetAcceptedIssuers
()
app/src/main/java/com/htbridge/pivaa/handlers/API.java:43
MethodgetAny
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:69
MethodgetAny
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:95
MethodgetByteBufferUtf8
Encodes the given string into a byte buffer using the UTF-8 charset, storing the result into a new byte array. @param string the String to
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:130
MethodgetBytesIso8859_1
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array. @param string th
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:148
MethodgetBytesUnchecked
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array. <p> This method catches {@link Un
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:172
MethodgetBytesUtf16
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array. @param string the St
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:215
MethodgetBytesUtf16Be
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array. @param string the
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:233
MethodgetBytesUtf16Le
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array. @param string the
app/src/main/java/org/apache/commons/codec/binary/StringUtils.java:251
MethodgetCharsetName
Gets the charset name. @return the charset name. @since 1.4
app/src/main/java/org/apache/commons/codec/binary/Hex.java:478
MethodgetDefaultCharset
Gets the default charset name used for string decoding and encoding. @return the default charset name
app/src/main/java/org/apache/commons/codec/net/QCodec.java:336
MethodgetDefaultCharset
Gets the default charset name used for string decoding and encoding. @return the default charset name
app/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java:555
MethodgetDefaultCharset
Gets the default charset name used for string decoding and encoding. @return the default charset name
app/src/main/java/org/apache/commons/codec/net/BCodec.java:248
MethodgetEncoding
The <code>String</code> encoding used for decoding and encoding. @return Returns the encoding. @deprecated Use {@link #getDefaultCharset()}, will be
app/src/main/java/org/apache/commons/codec/net/URLCodec.java:368
MethodgetEncoding
()
app/src/main/java/org/apache/commons/codec/net/QCodec.java:147
MethodgetEncoding
()
app/src/main/java/org/apache/commons/codec/net/BCodec.java:86
MethodgetHmacMd5
Returns an initialized <code>Mac</code> for the HmacMD5 algorithm. <p> Every implementation of the Java platform is required to support this standard
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:108
MethodgetHmacSha1
Returns an initialized <code>Mac</code> for the HmacSHA1 algorithm. <p> Every implementation of the Java platform is required to support this standard
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:128
MethodgetHmacSha256
Returns an initialized <code>Mac</code> for the HmacSHA256 algorithm. <p> Every implementation of the Java platform is required to support this standa
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:148
MethodgetHmacSha384
Returns an initialized <code>Mac</code> for the HmacSHA384 algorithm. <p> Every implementation of the Java platform is <em>not</em> required to suppor
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:168
MethodgetHmacSha512
Returns an initialized <code>Mac</code> for the HmacSHA512 algorithm. <p> Every implementation of the Java platform is <em>not</em> required to suppor
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:188
MethodgetLContext
Gets the left context. This is a regular expression that must match to the left of the pattern. @return the left context Pattern
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:664
MethodgetLang
Gets the Lang language guessing rules being used. @return the Lang in use
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:489
MethodgetLanguages
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:100
MethodgetLanguages
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:292
MethodgetMaxLength
Returns the maxLength. Standard Soundex @deprecated This feature is not needed since the encoding size must be constant. Will be removed in 2.0. @ret
app/src/main/java/org/apache/commons/codec/language/Soundex.java:264
MethodgetMessageDigest
Returns the message digest instance. @return the message digest instance @since 1.11
app/src/main/java/org/apache/commons/codec/digest/DigestUtils.java:1008
MethodgetName
Gets the short version of the name type. @return the NameType short string
app/src/main/java/org/apache/commons/codec/language/bm/NameType.java:50
MethodgetNameType
Gets the NameType being used. @return the NameType in use
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:498
MethodgetPhonemes
()
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:133
MethodgetPhonemes
()
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:183
MethodgetRContext
Gets the right context. This is a regular expression that must match to the right of the pattern. @return the right context Pattern
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:691
MethodgetRecord
Getter of record from DB @param id @return
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseHelper.java:103
MethodgetRuleType
Gets the RuleType being used. @return the RuleType in use
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:507
MethodgetShaDigest
Returns an SHA-1 digest. @return An SHA-1 digest instance. @throws IllegalArgumentException when a {@link NoSuchAlgorithmException} is ca
app/src/main/java/org/apache/commons/codec/digest/DigestUtils.java:262
MethodgetType
(Uri uri)
app/src/main/java/com/htbridge/pivaa/handlers/VulnerableContentProvider.java:30
MethodgetValue
()
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32.java:52
MethodgetValue
()
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32C.java:48
MethodgetView
(int position, View convertView, ViewGroup parent)
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseAdapter.java:57
MethodguessLanguage
Guesses the language of a word. @param text the word @return the language that the word originates from or {@link Languages#ANY} if there
app/src/main/java/org/apache/commons/codec/language/bm/Lang.java:202
MethodhashCode
()
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:122
MethodhmacMd5
Returns a HmacMD5 Message Authentication Code (MAC) for the given key and value. @param key They key for the keyed digest (must not be nul
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:261
MethodhmacMd5Hex
Returns a HmacMD5 Message Authentication Code (MAC) as a hex string (lowercase) for the given key and value. @param key They key for the k
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:317
MethodhmacSha1
Returns a HmacSHA1 Message Authentication Code (MAC) for the given key and value. @param key They key for the keyed digest (must not be nu
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:375
MethodhmacSha1Hex
Returns a HmacSHA1 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value. @param key They key for the ke
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:431
MethodhmacSha256
Returns a HmacSHA256 Message Authentication Code (MAC) for the given key and value. @param key They key for the keyed digest (must not be
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:489
MethodhmacSha256Hex
Returns a HmacSHA256 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value. @param key They key for the
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:545
MethodhmacSha384
Returns a HmacSHA384 Message Authentication Code (MAC) for the given key and value. @param key They key for the keyed digest (must not be
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:603
MethodhmacSha384Hex
Returns a HmacSHA384 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value. @param key They key for the
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:659
MethodhmacSha512
Returns a HmacSHA512 Message Authentication Code (MAC) for the given key and value. @param key They key for the keyed digest (must not be
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:717
MethodhmacSha512Hex
Returns a HmacSHA512 Message Authentication Code (MAC) as hex string (lowercase) for the given key and value. @param key They key for the
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:773
MethodisArrayByteBase64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet. Currently the method treats whitespace as valid. @pa
app/src/main/java/org/apache/commons/codec/binary/Base64.java:497
MethodisAvailable
Returns whether this algorithm is available @param name the name to check @return whether this algorithm is available @since 1.11
app/src/main/java/org/apache/commons/codec/digest/HmacUtils.java:68
MethodisCaverphoneEqual
Tests if the caverphones of two strings are identical. @param str1 First of two strings to compare @param str2 Second of two st
app/src/main/java/org/apache/commons/codec/language/Caverphone.java:101
MethodisConcat
Gets if multiple phonetic encodings are concatenated or if just the first one is kept. @return true if multiple phonetic encodings are returned, fals
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:516
MethodisDoubleMetaphoneEqual
Check if the Double Metaphone values of two <code>String</code> values are equal. @param value1 The left-hand side of the encoded {@link String#equal
app/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java:230
MethodisEmpty
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:104
MethodisEncodeBlanks
Tests if optional transformation of SPACE characters is to be used @return <code>true</code> if SPACE characters are to be transformed, <code>false</
app/src/main/java/org/apache/commons/codec/net/QCodec.java:345
← previousnext →401–500 of 609, ranked by callers