Lines Matching refs:byte
52 method public static byte[] getxattr(String, String) throws android.system.ErrnoException;
65 method public static void mincore(long, long, byte[]) throws android.system.ErrnoException;
79 …method public static int pread(java.io.FileDescriptor, byte[], int, int, long) throws android.syst…
81 …method public static int pwrite(java.io.FileDescriptor, byte[], int, int, long) throws android.sys…
83 …method public static int read(java.io.FileDescriptor, byte[], int, int) throws android.system.Errn…
87 …method public static int recvfrom(java.io.FileDescriptor, byte[], int, int, int, java.net.InetSock…
95 …method public static int sendto(java.io.FileDescriptor, byte[], int, int, int, java.net.InetAddres…
96 …method public static int sendto(@NonNull java.io.FileDescriptor, @NonNull byte[], int, int, int, @…
105 …method public static void setxattr(String, String, byte[], int) throws android.system.ErrnoExcepti…
121 …method public static int write(java.io.FileDescriptor, byte[], int, int) throws android.system.Err…
648 ctor public StructCmsghdr(int, int, @NonNull byte[]);
649 field @NonNull public final byte[] cmsg_data;
1272 field protected volatile byte[] buf;
1282 field protected byte[] buf;
1305 ctor public ByteArrayInputStream(byte[]);
1306 ctor public ByteArrayInputStream(byte[], int, int);
1309 method public int read(byte[], int, int);
1312 field protected byte[] buf;
1323 method @NonNull public byte[] toByteArray();
1327 method public void write(@NonNull byte[], int, int);
1329 field @NonNull protected byte[] buf;
1386 method public byte readByte() throws java.io.IOException;
1390 method public void readFully(byte[]) throws java.io.IOException;
1391 method public void readFully(byte[], int, int) throws java.io.IOException;
1404 method public final int read(byte[]) throws java.io.IOException;
1405 method public final int read(byte[], int, int) throws java.io.IOException;
1407 method public final byte readByte() throws java.io.IOException;
1411 method public final void readFully(byte[]) throws java.io.IOException;
1412 method public final void readFully(byte[], int, int) throws java.io.IOException;
1426 method public void write(byte[]) throws java.io.IOException;
1427 method public void write(byte[], int, int) throws java.io.IOException;
1639 method public int read(byte[]) throws java.io.IOException;
1640 method public int read(byte[], int, int) throws java.io.IOException;
1698 method public int read(byte[]) throws java.io.IOException;
1699 method public int read(byte[], int, int) throws java.io.IOException;
1711 method public byte readByte() throws java.io.IOException;
1717 method public void readFully(byte[]) throws java.io.IOException;
1718 method public void readFully(byte[], int, int) throws java.io.IOException;
1741 method public abstract byte get(String, byte) throws java.io.IOException;
1797 method public abstract void put(String, byte);
1822 field public static final byte SC_BLOCK_DATA = 8; // 0x8
1823 field public static final byte SC_ENUM = 16; // 0x10
1824 field public static final byte SC_EXTERNALIZABLE = 4; // 0x4
1825 field public static final byte SC_SERIALIZABLE = 2; // 0x2
1826 field public static final byte SC_WRITE_METHOD = 1; // 0x1
1831 field public static final byte TC_ARRAY = 117; // 0x75
1832 field public static final byte TC_BASE = 112; // 0x70
1833 field public static final byte TC_BLOCKDATA = 119; // 0x77
1834 field public static final byte TC_BLOCKDATALONG = 122; // 0x7a
1835 field public static final byte TC_CLASS = 118; // 0x76
1836 field public static final byte TC_CLASSDESC = 114; // 0x72
1837 field public static final byte TC_ENDBLOCKDATA = 120; // 0x78
1838 field public static final byte TC_ENUM = 126; // 0x7e
1839 field public static final byte TC_EXCEPTION = 123; // 0x7b
1840 field public static final byte TC_LONGSTRING = 124; // 0x7c
1841 field public static final byte TC_MAX = 126; // 0x7e
1842 field public static final byte TC_NULL = 112; // 0x70
1843 field public static final byte TC_OBJECT = 115; // 0x73
1844 field public static final byte TC_PROXYCLASSDESC = 125; // 0x7d
1845 field public static final byte TC_REFERENCE = 113; // 0x71
1846 field public static final byte TC_RESET = 121; // 0x79
1847 field public static final byte TC_STRING = 116; // 0x74
1880 method public void write(byte[]) throws java.io.IOException;
1881 method public void write(byte[], int, int) throws java.io.IOException;
1904 field protected byte[] buffer;
1975 method public void write(byte[], int, int);
2030 method public void unread(byte[], int, int) throws java.io.IOException;
2031 method public void unread(byte[]) throws java.io.IOException;
2032 field protected byte[] buf;
2053 method public int read(byte[], int, int) throws java.io.IOException;
2054 method public int read(byte[]) throws java.io.IOException;
2056 method public final byte readByte() throws java.io.IOException;
2060 method public final void readFully(byte[]) throws java.io.IOException;
2061 method public final void readFully(byte[], int, int) throws java.io.IOException;
2073 method public void write(byte[]) throws java.io.IOException;
2074 method public void write(byte[], int, int) throws java.io.IOException;
2153 method @Deprecated public int read(byte[], int, int);
2296 ctor @Deprecated public Byte(byte);
2298 method public static int compare(byte, byte);
2300 method public static int compareUnsigned(byte, byte);
2304 method public static int hashCode(byte);
2307 … method public static byte parseByte(@NonNull String, int) throws java.lang.NumberFormatException;
2308 method public static byte parseByte(@NonNull String) throws java.lang.NumberFormatException;
2309 method @NonNull public static String toString(byte);
2310 method public static int toUnsignedInt(byte);
2311 method public static long toUnsignedLong(byte);
2312 method @NonNull public static Byte valueOf(byte);
2316 field public static final byte MAX_VALUE = 127; // 0x7f
2317 field public static final byte MIN_VALUE = -128; // 0xffffff80
2348 method public static byte getDirectionality(char);
2349 method public static byte getDirectionality(int);
2417 field public static final byte COMBINING_SPACING_MARK = 8; // 0x8
2418 field public static final byte CONNECTOR_PUNCTUATION = 23; // 0x17
2419 field public static final byte CONTROL = 15; // 0xf
2420 field public static final byte CURRENCY_SYMBOL = 26; // 0x1a
2421 field public static final byte DASH_PUNCTUATION = 20; // 0x14
2422 field public static final byte DECIMAL_DIGIT_NUMBER = 9; // 0x9
2423 field public static final byte DIRECTIONALITY_ARABIC_NUMBER = 6; // 0x6
2424 field public static final byte DIRECTIONALITY_BOUNDARY_NEUTRAL = 9; // 0x9
2425 field public static final byte DIRECTIONALITY_COMMON_NUMBER_SEPARATOR = 7; // 0x7
2426 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER = 3; // 0x3
2427 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR = 4; // 0x4
2428 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR = 5; // 0x5
2429 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT = 0; // 0x0
2430 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING = 14; // 0xe
2431 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE = 15; // 0xf
2432 field public static final byte DIRECTIONALITY_NONSPACING_MARK = 8; // 0x8
2433 field public static final byte DIRECTIONALITY_OTHER_NEUTRALS = 13; // 0xd
2434 field public static final byte DIRECTIONALITY_PARAGRAPH_SEPARATOR = 10; // 0xa
2435 field public static final byte DIRECTIONALITY_POP_DIRECTIONAL_FORMAT = 18; // 0x12
2436 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT = 1; // 0x1
2437 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC = 2; // 0x2
2438 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING = 16; // 0x10
2439 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE = 17; // 0x11
2440 field public static final byte DIRECTIONALITY_SEGMENT_SEPARATOR = 11; // 0xb
2441 field public static final byte DIRECTIONALITY_UNDEFINED = -1; // 0xffffffff
2442 field public static final byte DIRECTIONALITY_WHITESPACE = 12; // 0xc
2443 field public static final byte ENCLOSING_MARK = 7; // 0x7
2444 field public static final byte END_PUNCTUATION = 22; // 0x16
2445 field public static final byte FINAL_QUOTE_PUNCTUATION = 30; // 0x1e
2446 field public static final byte FORMAT = 16; // 0x10
2447 field public static final byte INITIAL_QUOTE_PUNCTUATION = 29; // 0x1d
2448 field public static final byte LETTER_NUMBER = 10; // 0xa
2449 field public static final byte LINE_SEPARATOR = 13; // 0xd
2450 field public static final byte LOWERCASE_LETTER = 2; // 0x2
2451 field public static final byte MATH_SYMBOL = 25; // 0x19
2465 field public static final byte MODIFIER_LETTER = 4; // 0x4
2466 field public static final byte MODIFIER_SYMBOL = 27; // 0x1b
2467 field public static final byte NON_SPACING_MARK = 6; // 0x6
2468 field public static final byte OTHER_LETTER = 5; // 0x5
2469 field public static final byte OTHER_NUMBER = 11; // 0xb
2470 field public static final byte OTHER_PUNCTUATION = 24; // 0x18
2471 field public static final byte OTHER_SYMBOL = 28; // 0x1c
2472 field public static final byte PARAGRAPH_SEPARATOR = 14; // 0xe
2473 field public static final byte PRIVATE_USE = 18; // 0x12
2475 field public static final byte SPACE_SEPARATOR = 12; // 0xc
2476 field public static final byte START_PUNCTUATION = 21; // 0x15
2477 field public static final byte SURROGATE = 19; // 0x13
2478 field public static final byte TITLECASE_LETTER = 3; // 0x3
2480 field public static final byte UNASSIGNED = 0; // 0x0
2481 field public static final byte UPPERCASE_LETTER = 1; // 0x1
2907 …method @Deprecated protected final Class<?> defineClass(byte[], int, int) throws java.lang.ClassFo…
2908 …method protected final Class<?> defineClass(String, byte[], int, int) throws java.lang.ClassFormat…
2909 …method protected final Class<?> defineClass(String, byte[], int, int, java.security.ProtectionDoma…
3400 method public byte byteValue();
3593 method @Deprecated public void checkMulticast(java.net.InetAddress, byte);
3748 ctor @Deprecated public String(byte[], int, int, int);
3749 ctor @Deprecated public String(byte[], int);
3750 … ctor public String(byte[], int, int, @NonNull String) throws java.io.UnsupportedEncodingException;
3751 ctor public String(byte[], int, int, @NonNull java.nio.charset.Charset);
3752 ctor public String(byte[], @NonNull String) throws java.io.UnsupportedEncodingException;
3753 ctor public String(byte[], @NonNull java.nio.charset.Charset);
3754 ctor public String(byte[], int, int);
3755 ctor public String(byte[]);
3774 method @Deprecated public void getBytes(int, int, byte[], int);
3775 method public byte[] getBytes(@NonNull String) throws java.io.UnsupportedEncodingException;
3776 method public byte[] getBytes(@NonNull java.nio.charset.Charset);
3777 method public byte[] getBytes();
4450 …method public static byte getByte(@NonNull Object, int) throws java.lang.ArrayIndexOutOfBoundsExce…
4462 …method public static void setByte(@NonNull Object, int, byte) throws java.lang.ArrayIndexOutOfBoun…
4500 …method public byte getByte(@Nullable Object) throws java.lang.IllegalAccessException, java.lang.Il…
4516 …method public void setByte(@Nullable Object, byte) throws java.lang.IllegalAccessException, java.l…
4701 method public byte byteValueExact();
4768 ctor public BigInteger(byte[]);
4769 ctor public BigInteger(int, byte[]);
4780 method public byte byteValueExact();
4815 method public byte[] toByteArray();
4940 ctor public DatagramPacket(byte[], int, int);
4941 ctor public DatagramPacket(byte[], int);
4942 ctor public DatagramPacket(byte[], int, int, java.net.InetAddress, int);
4943 ctor public DatagramPacket(byte[], int, int, java.net.SocketAddress);
4944 ctor public DatagramPacket(byte[], int, java.net.InetAddress, int);
4945 ctor public DatagramPacket(byte[], int, java.net.SocketAddress);
4947 method public byte[] getData();
4953 method public void setData(byte[], int, int);
4954 method public void setData(byte[]);
5007 method @Deprecated protected abstract byte getTTL() throws java.io.IOException;
5017 method @Deprecated protected abstract void setTTL(byte) throws java.io.IOException;
5144 …method public static java.net.Inet6Address getByAddress(String, byte[], java.net.NetworkInterface)…
5145 …method public static java.net.Inet6Address getByAddress(String, byte[], int) throws java.net.Unkno…
5152 method public byte[] getAddress();
5154 …method @NonNull public static java.net.InetAddress getByAddress(@Nullable String, byte[]) throws j…
5155 …method @NonNull public static java.net.InetAddress getByAddress(byte[]) throws java.net.UnknownHos…
5221 method @Deprecated public byte getTTL() throws java.io.IOException;
5227 method @Deprecated public void send(java.net.DatagramPacket, byte) throws java.io.IOException;
5231 method @Deprecated public void setTTL(byte) throws java.io.IOException;
5245 method public byte[] getHardwareAddress() throws java.net.SocketException;
5721 method @NonNull public final byte[] array();
5733 method public abstract byte get();
5734 method public abstract byte get(int);
5735 method @NonNull public java.nio.ByteBuffer get(@NonNull byte[], int, int);
5736 method @NonNull public java.nio.ByteBuffer get(@NonNull byte[]);
5752 method @NonNull public abstract java.nio.ByteBuffer put(byte);
5753 method @NonNull public abstract java.nio.ByteBuffer put(int, byte);
5755 method @NonNull public java.nio.ByteBuffer put(@NonNull byte[], int, int);
5756 method @NonNull public final java.nio.ByteBuffer put(@NonNull byte[]);
5770 method @NonNull public static java.nio.ByteBuffer wrap(@NonNull byte[], int, int);
5771 method @NonNull public static java.nio.ByteBuffer wrap(@NonNull byte[]);
6484 ctor protected CharsetEncoder(java.nio.charset.Charset, float, float, byte[]);
6497 method protected void implReplaceWith(byte[]);
6499 method public boolean isLegalReplacement(byte[]);
6504 method public final java.nio.charset.CharsetEncoder replaceWith(byte[]);
6505 method public final byte[] replacement();
6753 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
6768 …method public static java.nio.file.Path write(java.nio.file.Path, byte[], java.nio.file.OpenOption…
7216 method public final byte[] getEncoded() throws java.io.IOException;
7217 method public final byte[] getEncoded(String) throws java.io.IOException;
7224 method public final void init(byte[]) throws java.io.IOException;
7225 method public final void init(byte[], String) throws java.io.IOException;
7231 method protected abstract byte[] engineGetEncoded() throws java.io.IOException;
7232 method protected abstract byte[] engineGetEncoded(String) throws java.io.IOException;
7235 method protected abstract void engineInit(byte[]) throws java.io.IOException;
7236 method protected abstract void engineInit(byte[], String) throws java.io.IOException;
7403 method public byte[] getEncoded();
7471 ctor public KeyRep(java.security.KeyRep.Type, String, String, byte[]);
7506 …method public final void setKeyEntry(String, byte[], java.security.cert.Certificate[]) throws java…
7596 …method public abstract void engineSetKeyEntry(String, byte[], java.security.cert.Certificate[]) th…
7604 method @NonNull public byte[] digest();
7605 method public int digest(@NonNull byte[], int, int) throws java.security.DigestException;
7606 method @NonNull public byte[] digest(@NonNull byte[]);
7613 method public static boolean isEqual(@Nullable byte[], @Nullable byte[]);
7615 method public void update(byte);
7616 method public void update(@NonNull byte[], int, int);
7617 method public void update(@NonNull byte[]);
7624 method protected abstract byte[] engineDigest();
7625 method protected int engineDigest(byte[], int, int) throws java.security.DigestException;
7628 method protected abstract void engineUpdate(byte);
7629 method protected abstract void engineUpdate(byte[], int, int);
7647 ctor public PKCS12Attribute(byte[]);
7648 method public byte[] getEncoded();
7796 method protected final Class<?> defineClass(String, byte[], int, int, java.security.CodeSource);
7803 ctor public SecureRandom(byte[]);
7805 method public byte[] generateSeed(int);
7812 method public static byte[] getSeed(int);
7814 method public void setSeed(byte[]);
7819 method protected abstract byte[] engineGenerateSeed(int);
7820 method protected abstract void engineNextBytes(byte[]);
7821 method protected abstract void engineSetSeed(byte[]);
7858 method public final byte[] sign() throws java.security.SignatureException;
7859 method public final int sign(byte[], int, int) throws java.security.SignatureException;
7860 method public final void update(byte) throws java.security.SignatureException;
7861 method public final void update(byte[]) throws java.security.SignatureException;
7862 method public final void update(byte[], int, int) throws java.security.SignatureException;
7864 method public final boolean verify(byte[]) throws java.security.SignatureException;
7865 method public final boolean verify(byte[], int, int) throws java.security.SignatureException;
7889 method protected abstract byte[] engineSign() throws java.security.SignatureException;
7890 method protected int engineSign(byte[], int, int) throws java.security.SignatureException;
7891 method protected abstract void engineUpdate(byte) throws java.security.SignatureException;
7892 …method protected abstract void engineUpdate(byte[], int, int) throws java.security.SignatureExcept…
7894 method protected abstract boolean engineVerify(byte[]) throws java.security.SignatureException;
7895 method protected boolean engineVerify(byte[], int, int) throws java.security.SignatureException;
7903 method public byte[] getSignature();
8037 … method public abstract byte[] getEncoded() throws java.security.cert.CertificateEncodingException;
8038 …method public abstract byte[] getEncoded(String) throws java.security.cert.CertificateEncodingExce…
8045 ctor protected CertPath.CertPathRep(String, byte[]);
8173 … method public abstract byte[] getEncoded() throws java.security.cert.CertificateEncodingException;
8184 ctor protected Certificate.CertificateRep(String, byte[]);
8267 method public byte[] getValue();
8357 method public java.util.Map<java.security.cert.X509Certificate,byte[]> getOcspResponses();
8363 method public void setOcspResponses(java.util.Map<java.security.cert.X509Certificate,byte[]>);
8385 ctor public PolicyQualifierInfo(byte[]) throws java.io.IOException;
8386 method public final byte[] getEncoded();
8387 method public final byte[] getPolicyQualifier();
8392 ctor public TrustAnchor(java.security.cert.X509Certificate, byte[]);
8393 … ctor public TrustAnchor(javax.security.auth.x500.X500Principal, java.security.PublicKey, byte[]);
8394 ctor public TrustAnchor(String, java.security.PublicKey, byte[]);
8398 method public final byte[] getNameConstraints();
8404 method public abstract byte[] getEncoded() throws java.security.cert.CRLException;
8413 method public abstract byte[] getSigAlgParams();
8414 method public abstract byte[] getSignature();
8415 method public abstract byte[] getTBSCertList() throws java.security.cert.CRLException;
8426 method public abstract byte[] getEncoded() throws java.security.cert.CRLException;
8438 method public void addIssuerName(byte[]) throws java.io.IOException;
8458 method public void addPathToName(int, byte[]) throws java.io.IOException;
8460 method public void addSubjectAlternativeName(int, byte[]) throws java.io.IOException;
8462 method public byte[] getAuthorityKeyIdentifier();
8468 method public byte[] getIssuerAsBytes() throws java.io.IOException;
8472 method public byte[] getNameConstraints();
8479 method public byte[] getSubjectAsBytes() throws java.io.IOException;
8481 method public byte[] getSubjectKeyIdentifier();
8485 method public void setAuthorityKeyIdentifier(byte[]);
8492 method public void setIssuer(byte[]) throws java.io.IOException;
8495 method public void setNameConstraints(byte[]) throws java.io.IOException;
8502 method public void setSubject(byte[]) throws java.io.IOException;
8504 method public void setSubjectKeyIdentifier(byte[]);
8506 method public void setSubjectPublicKey(byte[]) throws java.io.IOException;
8526 method public abstract byte[] getSigAlgParams();
8527 method public abstract byte[] getSignature();
8532 …method public abstract byte[] getTBSCertificate() throws java.security.cert.CertificateEncodingExc…
8538 method public byte[] getExtensionValue(String);
8705 …blic EllipticCurve(java.security.spec.ECField, java.math.BigInteger, java.math.BigInteger, byte[]);
8709 method public byte[] getSeed();
8713 ctor public EncodedKeySpec(byte[]);
8714 method public byte[] getEncoded();
8744 ctor public PKCS8EncodedKeySpec(byte[]);
8808 ctor public X509EncodedKeySpec(byte[]);
8848 method public byte[] getBytes(long, int) throws java.sql.SQLException;
8850 method public long position(byte[], long) throws java.sql.SQLException;
8853 method public int setBytes(long, byte[]) throws java.sql.SQLException;
8854 method public int setBytes(long, byte[], int, int) throws java.sql.SQLException;
8868 method public byte getByte(int) throws java.sql.SQLException;
8869 method public byte getByte(String) throws java.sql.SQLException;
8870 method public byte[] getBytes(int) throws java.sql.SQLException;
8871 method public byte[] getBytes(String) throws java.sql.SQLException;
8935 method public void setByte(String, byte) throws java.sql.SQLException;
8936 method public void setBytes(String, byte[]) throws java.sql.SQLException;
9379 method public void setByte(int, byte) throws java.sql.SQLException;
9380 method public void setBytes(int, byte[]) throws java.sql.SQLException;
9448 method public byte getByte(int) throws java.sql.SQLException;
9449 method public byte getByte(String) throws java.sql.SQLException;
9450 method public byte[] getBytes(int) throws java.sql.SQLException;
9451 method public byte[] getBytes(String) throws java.sql.SQLException;
9552 method public void updateByte(int, byte) throws java.sql.SQLException;
9553 method public void updateByte(String, byte) throws java.sql.SQLException;
9554 method public void updateBytes(int, byte[]) throws java.sql.SQLException;
9555 method public void updateBytes(String, byte[]) throws java.sql.SQLException;
9653 method public byte[] getBytes();
9730 method public byte readByte() throws java.sql.SQLException;
9731 method public byte[] readBytes() throws java.sql.SQLException;
9804 method public void writeByte(byte) throws java.sql.SQLException;
9805 method public void writeBytes(byte[]) throws java.sql.SQLException;
10095 ctor public Bidi(char[], int, byte[], int, int, int);
10108 method public static void reorderVisually(byte[], int, Object[], int, int);
10192 method public abstract byte[] toByteArray();
12249 method public static int binarySearch(@NonNull byte[], byte);
12250 method public static int binarySearch(@NonNull byte[], int, int, byte);
12261 method @NonNull public static byte[] copyOf(@NonNull byte[], int);
12271 method @NonNull public static byte[] copyOfRange(@NonNull byte[], int, int);
12286 method public static boolean equals(@Nullable byte[], @Nullable byte[]);
12299 method public static void fill(@NonNull byte[], byte);
12300 method public static void fill(@NonNull byte[], int, int, byte);
12313 method public static int hashCode(@Nullable byte[]);
12330 method public static void parallelSort(@NonNull byte[]);
12331 method public static void parallelSort(@NonNull byte[], int, int);
12360 method public static void sort(@NonNull byte[]);
12361 method public static void sort(@NonNull byte[], int, int);
12390 method @NonNull public static String toString(@Nullable byte[]);
12402 method public static java.util.Base64.Encoder getMimeEncoder(int, byte[]);
12408 method public byte[] decode(byte[]);
12409 method public byte[] decode(String);
12410 method public int decode(byte[], byte[]);
12416 method public byte[] encode(byte[]);
12417 method public int encode(byte[], byte[]);
12419 method public String encodeToString(byte[]);
12452 method public byte[] toByteArray();
12456 method public static java.util.BitSet valueOf(byte[]);
13551 method public void nextBytes(byte[]);
13652 method public byte nextByte();
13653 method public byte nextByte(int);
14028 method public static java.util.UUID nameUUIDFromBytes(byte[]);
16407 method public byte[] getByteArray(String, byte[]);
16424 method public void putByteArray(String, byte[]);
16487 method public abstract byte[] getByteArray(String, byte[]);
16501 method public abstract void putByteArray(String, byte[]);
16895 method public void update(byte[], int, int);
16896 method public void update(byte[]);
16905 method public void update(byte[], int, int);
16906 method public void update(byte[]);
16924 method public void update(byte[], int, int);
16936 method public int deflate(byte[], int, int);
16937 method public int deflate(byte[]);
16938 method public int deflate(byte[], int, int, int);
16950 method public void setDictionary(byte[], int, int);
16951 method public void setDictionary(byte[]);
16952 method public void setInput(byte[], int, int);
16953 method public void setInput(byte[]);
16973 field protected final byte[] buf;
16986 field protected byte[] buf;
17018 method public int inflate(byte[], int, int) throws java.util.zip.DataFormatException;
17019 method public int inflate(byte[]) throws java.util.zip.DataFormatException;
17023 method public void setDictionary(byte[], int, int);
17024 method public void setDictionary(byte[]);
17025 method public void setInput(byte[], int, int);
17026 method public void setInput(byte[]);
17034 field protected byte[] buf;
17045 field protected final byte[] buf;
17057 method public byte[] getExtra();
17069 method public void setExtra(byte[]);
17304 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal…
17305 …method public final int doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto…
17306 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I…
17307 …method public final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, java…
17308 …method public final int doFinal(byte[], int, int, byte[]) throws javax.crypto.BadPaddingException,…
17309 …method public final int doFinal(byte[], int, int, byte[], int) throws javax.crypto.BadPaddingExcep…
17314 method public final byte[] getIV();
17331 …method public final java.security.Key unwrap(byte[], String, int) throws java.security.InvalidKeyE…
17332 method public final byte[] update(byte[]);
17333 method public final byte[] update(byte[], int, int);
17334 … method public final int update(byte[], int, int, byte[]) throws javax.crypto.ShortBufferException;
17335 …method public final int update(byte[], int, int, byte[], int) throws javax.crypto.ShortBufferExcep…
17337 method public final void updateAAD(byte[]);
17338 method public final void updateAAD(byte[], int, int);
17340 …method public final byte[] wrap(java.security.Key) throws javax.crypto.IllegalBlockSizeException, …
17362 …method protected abstract byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingExc…
17363 …method protected abstract int engineDoFinal(byte[], int, int, byte[], int) throws javax.crypto.Bad…
17366 method protected abstract byte[] engineGetIV();
17375 …method protected java.security.Key engineUnwrap(byte[], String, int) throws java.security.InvalidK…
17376 method protected abstract byte[] engineUpdate(byte[], int, int);
17377 …method protected abstract int engineUpdate(byte[], int, int, byte[], int) throws javax.crypto.Shor…
17379 method protected void engineUpdateAAD(byte[], int, int);
17381 …method protected byte[] engineWrap(java.security.Key) throws javax.crypto.IllegalBlockSizeExceptio…
17385 ctor public EncryptedPrivateKeyInfo(byte[]) throws java.io.IOException;
17386 … ctor public EncryptedPrivateKeyInfo(String, byte[]) throws java.security.NoSuchAlgorithmException;
17387 …ctor public EncryptedPrivateKeyInfo(java.security.AlgorithmParameters, byte[]) throws java.securit…
17390 method public byte[] getEncoded() throws java.io.IOException;
17391 method public byte[] getEncryptedData();
17400 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
17401 …method public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, …
17402 …method public final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismExcept…
17422 …method protected abstract byte[] engineGenExemptionBlob() throws javax.crypto.ExemptionMechanismEx…
17423 …method protected abstract int engineGenExemptionBlob(byte[], int) throws javax.crypto.ExemptionMec…
17438 method public final byte[] generateSecret() throws java.lang.IllegalStateException;
17439 …method public final int generateSecret(byte[], int) throws java.lang.IllegalStateException, javax.…
17455 method protected abstract byte[] engineGenerateSecret() throws java.lang.IllegalStateException;
17456 …method protected abstract int engineGenerateSecret(byte[], int) throws java.lang.IllegalStateExcep…
17488 method public final byte[] doFinal() throws java.lang.IllegalStateException;
17489 …method public final void doFinal(byte[], int) throws java.lang.IllegalStateException, javax.crypto…
17490 method public final byte[] doFinal(byte[]) throws java.lang.IllegalStateException;
17500 method public final void update(byte) throws java.lang.IllegalStateException;
17501 method public final void update(byte[]) throws java.lang.IllegalStateException;
17502 method public final void update(byte[], int, int) throws java.lang.IllegalStateException;
17509 method protected abstract byte[] engineDoFinal();
17513 method protected abstract void engineUpdate(byte);
17514 method protected abstract void engineUpdate(byte[], int, int);
17534 field protected byte[] encodedParams;
17586 method public byte[] getSalt();
17595 ctor public DESKeySpec(byte[]) throws java.security.InvalidKeyException;
17596 ctor public DESKeySpec(byte[], int) throws java.security.InvalidKeyException;
17597 method public byte[] getKey();
17598 …method public static boolean isParityAdjusted(byte[], int) throws java.security.InvalidKeyExceptio…
17599 method public static boolean isWeak(byte[], int) throws java.security.InvalidKeyException;
17604 ctor public DESedeKeySpec(byte[]) throws java.security.InvalidKeyException;
17605 ctor public DESedeKeySpec(byte[], int) throws java.security.InvalidKeyException;
17606 method public byte[] getKey();
17607 …method public static boolean isParityAdjusted(byte[], int) throws java.security.InvalidKeyExceptio…
17640 ctor public GCMParameterSpec(int, byte[]);
17641 ctor public GCMParameterSpec(int, byte[], int, int);
17642 method public byte[] getIV();
17647 ctor public IvParameterSpec(byte[]);
17648 ctor public IvParameterSpec(byte[], int, int);
17649 method public byte[] getIV();
17663 ctor public PBEKeySpec(char[], byte[], int, int);
17664 ctor public PBEKeySpec(char[], byte[], int);
17669 method public final byte[] getSalt();
17673 ctor public PBEParameterSpec(byte[], int);
17674 ctor public PBEParameterSpec(byte[], int, java.security.spec.AlgorithmParameterSpec);
17677 method public byte[] getSalt();
17686 ctor public PSource.PSpecified(byte[]);
17687 method public byte[] getValue();
17693 ctor public RC2ParameterSpec(int, byte[]);
17694 ctor public RC2ParameterSpec(int, byte[], int);
17696 method public byte[] getIV();
17701 ctor public RC5ParameterSpec(int, int, int, byte[]);
17702 ctor public RC5ParameterSpec(int, int, int, byte[], int);
17703 method public byte[] getIV();
17710 ctor public SecretKeySpec(byte[], String);
17711 ctor public SecretKeySpec(byte[], int, int, String);
17713 method public byte[] getEncoded();
17828 ctor public SNIHostName(byte[]);
17840 ctor protected SNIServerName(int, byte[]);
17841 method public final byte[] getEncoded();
18030 method public byte[] getId();
18062 method public java.util.Enumeration<byte[]> getIds();
18063 method public javax.net.ssl.SSLSession getSession(byte[]);
18260 ctor public X500Principal(byte[]);
18262 method public byte[] getEncoded();
18277 …method public abstract byte[] getEncoded() throws javax.security.cert.CertificateEncodingException;
18314 …method public static final javax.security.cert.X509Certificate getInstance(byte[]) throws javax.se…
18321 method public abstract byte[] getSigAlgParams();
18404 method public void setByte(int, byte) throws java.sql.SQLException;
18405 method public void setByte(String, byte) throws java.sql.SQLException;
18406 method public void setBytes(int, byte[]) throws java.sql.SQLException;
18407 method public void setBytes(String, byte[]) throws java.sql.SQLException;