Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HTBridge/pivaa
/ functions
Functions
609 in github.com/HTBridge/pivaa
⨍
Functions
609
◇
Types & classes
110
Method
decode
<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
Method
decode
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
Method
decode
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
Method
decodeInteger
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
Method
decryptAES_ECB_PKCS5Padding
Decrypt DATA @param encryptedBase64 @return
app/src/main/java/com/htbridge/pivaa/handlers/Encryption.java:80
Method
difference
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
Method
difference
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
Method
digestAsHex
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
Method
doDecoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/QCodec.java:168
Method
doDecoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/BCodec.java:99
Method
doEncoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/QCodec.java:152
Method
doEncoding
(final byte[] bytes)
app/src/main/java/org/apache/commons/codec/net/BCodec.java:91
Method
doInBackground
(Void... params)
app/src/main/java/com/htbridge/pivaa/MainActivity.java:291
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
(final Object object)
app/src/main/java/org/apache/commons/codec/language/ColognePhonetic.java:404
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
(final Object source)
app/src/main/java/org/apache/commons/codec/language/bm/BeiderMorseEncoder.java:86
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
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
Method
encode
<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
Method
encode
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
Method
encodeAsString
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
Method
encodeBase64Chunked
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
Method
encodeBase64String
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
Method
encodeBase64URLSafe
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
Method
encodeBase64URLSafeString
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
Method
encodeInteger
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
Method
encodeToString
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
Method
getAcceptedIssuers
()
app/src/main/java/com/htbridge/pivaa/handlers/API.java:43
Method
getAny
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:69
Method
getAny
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:95
Method
getByteBufferUtf8
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
Method
getBytesIso8859_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
Method
getBytesUnchecked
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
Method
getBytesUtf16
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
Method
getBytesUtf16Be
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
Method
getBytesUtf16Le
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
Method
getCharsetName
Gets the charset name. @return the charset name. @since 1.4
app/src/main/java/org/apache/commons/codec/binary/Hex.java:478
Method
getDefaultCharset
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
Method
getDefaultCharset
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
Method
getDefaultCharset
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
Method
getEncoding
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
Method
getEncoding
()
app/src/main/java/org/apache/commons/codec/net/QCodec.java:147
Method
getEncoding
()
app/src/main/java/org/apache/commons/codec/net/BCodec.java:86
Method
getHmacMd5
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
Method
getHmacSha1
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
Method
getHmacSha256
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
Method
getHmacSha384
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
Method
getHmacSha512
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
Method
getLContext
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
Method
getLang
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
Method
getLanguages
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:100
Method
getLanguages
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:292
Method
getMaxLength
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
Method
getMessageDigest
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
Method
getName
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
Method
getNameType
Gets the NameType being used. @return the NameType in use
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:498
Method
getPhonemes
()
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:133
Method
getPhonemes
()
app/src/main/java/org/apache/commons/codec/language/bm/Rule.java:183
Method
getRContext
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
Method
getRecord
Getter of record from DB @param id @return
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseHelper.java:103
Method
getRuleType
Gets the RuleType being used. @return the RuleType in use
app/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java:507
Method
getShaDigest
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
Method
getType
(Uri uri)
app/src/main/java/com/htbridge/pivaa/handlers/VulnerableContentProvider.java:30
Method
getValue
()
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32.java:52
Method
getValue
()
app/src/main/java/org/apache/commons/codec/digest/PureJavaCrc32C.java:48
Method
getView
(int position, View convertView, ViewGroup parent)
app/src/main/java/com/htbridge/pivaa/handlers/database/DatabaseAdapter.java:57
Method
guessLanguage
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
Method
hashCode
()
app/src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java:122
Method
hmacMd5
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
Method
hmacMd5Hex
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
Method
hmacSha1
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
Method
hmacSha1Hex
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
Method
hmacSha256
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
Method
hmacSha256Hex
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
Method
hmacSha384
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
Method
hmacSha384Hex
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
Method
hmacSha512
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
Method
hmacSha512Hex
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
Method
isArrayByteBase64
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
Method
isAvailable
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
Method
isCaverphoneEqual
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
Method
isConcat
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
Method
isDoubleMetaphoneEqual
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
Method
isEmpty
()
app/src/main/java/org/apache/commons/codec/language/bm/Languages.java:104
Method
isEncodeBlanks
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
← previous
next →
401–500 of 609, ranked by callers