Lines Matching refs:byte
5 …edApi("com.android.libcore.hpke_v_apis") @NonNull public byte[] engineExport(int, @Nullable byte[]…
6 …nt(@NonNull byte[], @NonNull java.security.PrivateKey, @Nullable byte[], @Nullable java.security.P…
7 …ll java.security.PublicKey, @Nullable byte[], @Nullable java.security.PrivateKey, @Nullable byte[]…
8 …security.PublicKey, @Nullable byte[], @Nullable java.security.PrivateKey, @Nullable byte[], @Nulla…
9 …("com.android.libcore.hpke_v_apis") @NonNull public byte[] engineOpen(@NonNull byte[], @Nullable b…
10 …("com.android.libcore.hpke_v_apis") @NonNull public byte[] engineSeal(@NonNull byte[], @Nullable b…
11 method @FlaggedApi("com.android.libcore.hpke_v_apis") @NonNull public byte[] getEncapsulated();
15 ctor @FlaggedApi("com.android.libcore.hpke_v_apis") public XdhKeySpec(@NonNull byte[]);
17 method @FlaggedApi("com.android.libcore.hpke_v_apis") @NonNull public byte[] getKey();
72 method public static byte[] getxattr(String, String) throws android.system.ErrnoException;
85 method public static void mincore(long, long, byte[]) throws android.system.ErrnoException;
99 …method public static int pread(java.io.FileDescriptor, byte[], int, int, long) throws android.syst…
101 …method public static int pwrite(java.io.FileDescriptor, byte[], int, int, long) throws android.sys…
103 …method public static int read(java.io.FileDescriptor, byte[], int, int) throws android.system.Errn…
107 …method public static int recvfrom(java.io.FileDescriptor, byte[], int, int, int, java.net.InetSock…
115 …method public static int sendto(java.io.FileDescriptor, byte[], int, int, int, java.net.InetAddres…
116 …method public static int sendto(@NonNull java.io.FileDescriptor, @NonNull byte[], int, int, int, @…
125 …method public static void setxattr(String, String, byte[], int) throws android.system.ErrnoExcepti…
141 …method public static int write(java.io.FileDescriptor, byte[], int, int) throws android.system.Err…
675 ctor public StructCmsghdr(int, int, @NonNull byte[]);
676 field @NonNull public final byte[] cmsg_data;
1338 field protected volatile byte[] buf;
1348 field protected byte[] buf;
1371 ctor public ByteArrayInputStream(byte[]);
1372 ctor public ByteArrayInputStream(byte[], int, int);
1375 method public int read(byte[], int, int);
1376 method public byte[] readAllBytes();
1377 method public int readNBytes(byte[], int, int);
1380 field protected byte[] buf;
1391 method @NonNull public byte[] toByteArray();
1396 method public void write(@NonNull byte[], int, int);
1397 method public void writeBytes(byte[]);
1399 field @NonNull protected byte[] buf;
1457 method public byte readByte() throws java.io.IOException;
1461 method public void readFully(byte[]) throws java.io.IOException;
1462 method public void readFully(byte[], int, int) throws java.io.IOException;
1475 method public final int read(byte[]) throws java.io.IOException;
1476 method public final int read(byte[], int, int) throws java.io.IOException;
1478 method public final byte readByte() throws java.io.IOException;
1482 method public final void readFully(byte[]) throws java.io.IOException;
1483 method public final void readFully(byte[], int, int) throws java.io.IOException;
1497 method public void write(byte[]) throws java.io.IOException;
1498 method public void write(byte[], int, int) throws java.io.IOException;
1717 method public int read(byte[]) throws java.io.IOException;
1718 method public int read(byte[], int, int) throws java.io.IOException;
1719 method public byte[] readAllBytes() throws java.io.IOException;
1720 method public byte[] readNBytes(int) throws java.io.IOException;
1721 method public int readNBytes(byte[], int, int) throws java.io.IOException;
1781 method public int read(byte[]) throws java.io.IOException;
1782 method public int read(byte[], int, int) throws java.io.IOException;
1794 method public byte readByte() throws java.io.IOException;
1800 method public void readFully(byte[]) throws java.io.IOException;
1801 method public void readFully(byte[], int, int) throws java.io.IOException;
1824 method public abstract byte get(String, byte) throws java.io.IOException;
1880 method public abstract void put(String, byte);
1905 field public static final byte SC_BLOCK_DATA = 8; // 0x8
1906 field public static final byte SC_ENUM = 16; // 0x10
1907 field public static final byte SC_EXTERNALIZABLE = 4; // 0x4
1908 field public static final byte SC_SERIALIZABLE = 2; // 0x2
1909 field public static final byte SC_WRITE_METHOD = 1; // 0x1
1914 field public static final byte TC_ARRAY = 117; // 0x75
1915 field public static final byte TC_BASE = 112; // 0x70
1916 field public static final byte TC_BLOCKDATA = 119; // 0x77
1917 field public static final byte TC_BLOCKDATALONG = 122; // 0x7a
1918 field public static final byte TC_CLASS = 118; // 0x76
1919 field public static final byte TC_CLASSDESC = 114; // 0x72
1920 field public static final byte TC_ENDBLOCKDATA = 120; // 0x78
1921 field public static final byte TC_ENUM = 126; // 0x7e
1922 field public static final byte TC_EXCEPTION = 123; // 0x7b
1923 field public static final byte TC_LONGSTRING = 124; // 0x7c
1924 field public static final byte TC_MAX = 126; // 0x7e
1925 field public static final byte TC_NULL = 112; // 0x70
1926 field public static final byte TC_OBJECT = 115; // 0x73
1927 field public static final byte TC_PROXYCLASSDESC = 125; // 0x7d
1928 field public static final byte TC_REFERENCE = 113; // 0x71
1929 field public static final byte TC_RESET = 121; // 0x79
1930 field public static final byte TC_STRING = 116; // 0x74
1964 method public void write(byte[]) throws java.io.IOException;
1965 method public void write(byte[], int, int) throws java.io.IOException;
1988 field protected byte[] buffer;
2062 method public void write(byte[], int, int);
2063 method public void writeBytes(byte[]);
2121 method public void unread(byte[], int, int) throws java.io.IOException;
2122 method public void unread(byte[]) throws java.io.IOException;
2123 field protected byte[] buf;
2144 method public int read(byte[], int, int) throws java.io.IOException;
2145 method public int read(byte[]) throws java.io.IOException;
2147 method public final byte readByte() throws java.io.IOException;
2151 method public final void readFully(byte[]) throws java.io.IOException;
2152 method public final void readFully(byte[], int, int) throws java.io.IOException;
2164 method public void write(byte[]) throws java.io.IOException;
2165 method public void write(byte[], int, int) throws java.io.IOException;
2249 method @Deprecated public int read(byte[], int, int);
2393 ctor @Deprecated public Byte(byte);
2395 method public static int compare(byte, byte);
2397 method public static int compareUnsigned(byte, byte);
2401 method public static int hashCode(byte);
2404 … method public static byte parseByte(@NonNull String, int) throws java.lang.NumberFormatException;
2405 method public static byte parseByte(@NonNull String) throws java.lang.NumberFormatException;
2406 method @NonNull public static String toString(byte);
2407 method public static int toUnsignedInt(byte);
2408 method public static long toUnsignedLong(byte);
2409 method @NonNull public static Byte valueOf(byte);
2413 field public static final byte MAX_VALUE = 127; // 0x7f
2414 field public static final byte MIN_VALUE = -128; // 0xffffff80
2448 method public static byte getDirectionality(char);
2449 method public static byte getDirectionality(int);
2518 field public static final byte COMBINING_SPACING_MARK = 8; // 0x8
2519 field public static final byte CONNECTOR_PUNCTUATION = 23; // 0x17
2520 field public static final byte CONTROL = 15; // 0xf
2521 field public static final byte CURRENCY_SYMBOL = 26; // 0x1a
2522 field public static final byte DASH_PUNCTUATION = 20; // 0x14
2523 field public static final byte DECIMAL_DIGIT_NUMBER = 9; // 0x9
2524 field public static final byte DIRECTIONALITY_ARABIC_NUMBER = 6; // 0x6
2525 field public static final byte DIRECTIONALITY_BOUNDARY_NEUTRAL = 9; // 0x9
2526 field public static final byte DIRECTIONALITY_COMMON_NUMBER_SEPARATOR = 7; // 0x7
2527 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER = 3; // 0x3
2528 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR = 4; // 0x4
2529 field public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR = 5; // 0x5
2530 field public static final byte DIRECTIONALITY_FIRST_STRONG_ISOLATE = 21; // 0x15
2531 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT = 0; // 0x0
2532 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING = 14; // 0xe
2533 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_ISOLATE = 19; // 0x13
2534 field public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE = 15; // 0xf
2535 field public static final byte DIRECTIONALITY_NONSPACING_MARK = 8; // 0x8
2536 field public static final byte DIRECTIONALITY_OTHER_NEUTRALS = 13; // 0xd
2537 field public static final byte DIRECTIONALITY_PARAGRAPH_SEPARATOR = 10; // 0xa
2538 field public static final byte DIRECTIONALITY_POP_DIRECTIONAL_FORMAT = 18; // 0x12
2539 field public static final byte DIRECTIONALITY_POP_DIRECTIONAL_ISOLATE = 22; // 0x16
2540 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT = 1; // 0x1
2541 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC = 2; // 0x2
2542 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING = 16; // 0x10
2543 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_ISOLATE = 20; // 0x14
2544 field public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE = 17; // 0x11
2545 field public static final byte DIRECTIONALITY_SEGMENT_SEPARATOR = 11; // 0xb
2546 field public static final byte DIRECTIONALITY_UNDEFINED = -1; // 0xffffffff
2547 field public static final byte DIRECTIONALITY_WHITESPACE = 12; // 0xc
2548 field public static final byte ENCLOSING_MARK = 7; // 0x7
2549 field public static final byte END_PUNCTUATION = 22; // 0x16
2550 field public static final byte FINAL_QUOTE_PUNCTUATION = 30; // 0x1e
2551 field public static final byte FORMAT = 16; // 0x10
2552 field public static final byte INITIAL_QUOTE_PUNCTUATION = 29; // 0x1d
2553 field public static final byte LETTER_NUMBER = 10; // 0xa
2554 field public static final byte LINE_SEPARATOR = 13; // 0xd
2555 field public static final byte LOWERCASE_LETTER = 2; // 0x2
2556 field public static final byte MATH_SYMBOL = 25; // 0x19
2570 field public static final byte MODIFIER_LETTER = 4; // 0x4
2571 field public static final byte MODIFIER_SYMBOL = 27; // 0x1b
2572 field public static final byte NON_SPACING_MARK = 6; // 0x6
2573 field public static final byte OTHER_LETTER = 5; // 0x5
2574 field public static final byte OTHER_NUMBER = 11; // 0xb
2575 field public static final byte OTHER_PUNCTUATION = 24; // 0x18
2576 field public static final byte OTHER_SYMBOL = 28; // 0x1c
2577 field public static final byte PARAGRAPH_SEPARATOR = 14; // 0xe
2578 field public static final byte PRIVATE_USE = 18; // 0x12
2580 field public static final byte SPACE_SEPARATOR = 12; // 0xc
2581 field public static final byte START_PUNCTUATION = 21; // 0x15
2582 field public static final byte SURROGATE = 19; // 0x13
2583 field public static final byte TITLECASE_LETTER = 3; // 0x3
2585 field public static final byte UNASSIGNED = 0; // 0x0
2586 field public static final byte UPPERCASE_LETTER = 1; // 0x1
3167 …method @Deprecated protected final Class<?> defineClass(byte[], int, int) throws java.lang.ClassFo…
3168 …method protected final Class<?> defineClass(String, byte[], int, int) throws java.lang.ClassFormat…
3169 …method protected final Class<?> defineClass(String, byte[], int, int, java.security.ProtectionDoma…
3697 method public byte byteValue();
3896 method @Deprecated public void checkMulticast(java.net.InetAddress, byte);
4108 ctor @Deprecated public String(byte[], int, int, int);
4109 ctor @Deprecated public String(byte[], int);
4110 … ctor public String(byte[], int, int, @NonNull String) throws java.io.UnsupportedEncodingException;
4111 ctor public String(byte[], int, int, @NonNull java.nio.charset.Charset);
4112 ctor public String(byte[], @NonNull String) throws java.io.UnsupportedEncodingException;
4113 ctor public String(byte[], @NonNull java.nio.charset.Charset);
4114 ctor public String(byte[], int, int);
4115 ctor public String(byte[]);
4137 method @Deprecated public void getBytes(int, int, byte[], int);
4138 method public byte[] getBytes(@NonNull String) throws java.io.UnsupportedEncodingException;
4139 method public byte[] getBytes(@NonNull java.nio.charset.Charset);
4140 method public byte[] getBytes();
4983 …method public static byte getByte(@NonNull Object, int) throws java.lang.ArrayIndexOutOfBoundsExce…
4995 …method public static void setByte(@NonNull Object, int, byte) throws java.lang.ArrayIndexOutOfBoun…
5033 …method public byte getByte(@Nullable Object) throws java.lang.IllegalAccessException, java.lang.Il…
5049 …method public void setByte(@Nullable Object, byte) throws java.lang.IllegalAccessException, java.l…
5258 method public byte byteValueExact();
5326 ctor public BigInteger(byte[], int, int);
5327 ctor public BigInteger(byte[]);
5328 ctor public BigInteger(int, byte[], int, int);
5329 ctor public BigInteger(int, byte[]);
5340 method public byte byteValueExact();
5377 method public byte[] toByteArray();
5503 ctor public DatagramPacket(byte[], int, int);
5504 ctor public DatagramPacket(byte[], int);
5505 ctor public DatagramPacket(byte[], int, int, java.net.InetAddress, int);
5506 ctor public DatagramPacket(byte[], int, int, java.net.SocketAddress);
5507 ctor public DatagramPacket(byte[], int, java.net.InetAddress, int);
5508 ctor public DatagramPacket(byte[], int, java.net.SocketAddress);
5510 method public byte[] getData();
5516 method public void setData(byte[], int, int);
5517 method public void setData(byte[]);
5574 method @Deprecated protected abstract byte getTTL() throws java.io.IOException;
5585 method @Deprecated protected abstract void setTTL(byte) throws java.io.IOException;
5713 …method public static java.net.Inet6Address getByAddress(String, byte[], java.net.NetworkInterface)…
5714 …method public static java.net.Inet6Address getByAddress(String, byte[], int) throws java.net.Unkno…
5721 method public byte[] getAddress();
5723 …method @NonNull public static java.net.InetAddress getByAddress(@Nullable String, byte[]) throws j…
5724 …method @NonNull public static java.net.InetAddress getByAddress(byte[]) throws java.net.UnknownHos…
5790 method @Deprecated public byte getTTL() throws java.io.IOException;
5796 method @Deprecated public void send(java.net.DatagramPacket, byte) throws java.io.IOException;
5800 method @Deprecated public void setTTL(byte) throws java.io.IOException;
5814 method public byte[] getHardwareAddress() throws java.net.SocketException;
6309 method @NonNull public final byte[] array();
6321 method public abstract byte get();
6322 method public abstract byte get(int);
6323 method @NonNull public java.nio.ByteBuffer get(@NonNull byte[], int, int);
6324 method @NonNull public java.nio.ByteBuffer get(@NonNull byte[]);
6325 …m.android.libcore.v_apis") @NonNull public java.nio.ByteBuffer get(int, @NonNull byte[], int, int);
6326 …gedApi("com.android.libcore.v_apis") @NonNull public java.nio.ByteBuffer get(int, @NonNull byte[]);
6343 method @NonNull public abstract java.nio.ByteBuffer put(byte);
6344 method @NonNull public abstract java.nio.ByteBuffer put(int, byte);
6347 method @NonNull public java.nio.ByteBuffer put(@NonNull byte[], int, int);
6348 method @NonNull public final java.nio.ByteBuffer put(@NonNull byte[]);
6349 …m.android.libcore.v_apis") @NonNull public java.nio.ByteBuffer put(int, @NonNull byte[], int, int);
6350 …gedApi("com.android.libcore.v_apis") @NonNull public java.nio.ByteBuffer put(int, @NonNull byte[]);
6365 method @NonNull public static java.nio.ByteBuffer wrap(@NonNull byte[], int, int);
6366 method @NonNull public static java.nio.ByteBuffer wrap(@NonNull byte[]);
7140 ctor protected CharsetEncoder(java.nio.charset.Charset, float, float, byte[]);
7153 method protected void implReplaceWith(byte[]);
7155 method public boolean isLegalReplacement(byte[]);
7160 method public final java.nio.charset.CharsetEncoder replaceWith(byte[]);
7161 method public final byte[] replacement();
7410 method public static byte[] readAllBytes(java.nio.file.Path) throws java.io.IOException;
7425 …method public static java.nio.file.Path write(java.nio.file.Path, byte[], java.nio.file.OpenOption…
7876 method public final byte[] getEncoded() throws java.io.IOException;
7877 method public final byte[] getEncoded(String) throws java.io.IOException;
7884 method public final void init(byte[]) throws java.io.IOException;
7885 method public final void init(byte[], String) throws java.io.IOException;
7891 method protected abstract byte[] engineGetEncoded() throws java.io.IOException;
7892 method protected abstract byte[] engineGetEncoded(String) throws java.io.IOException;
7895 method protected abstract void engineInit(byte[]) throws java.io.IOException;
7896 method protected abstract void engineInit(byte[], String) throws java.io.IOException;
7994 …y.DrbgParameters.Instantiation instantiation(int, java.security.DrbgParameters.Capability, byte[]);
7995 method public static java.security.DrbgParameters.NextBytes nextBytes(int, boolean, byte[]);
7996 method public static java.security.DrbgParameters.Reseed reseed(boolean, byte[]);
8009 method public byte[] getPersonalizationString();
8014 method public byte[] getAdditionalInput();
8020 method public byte[] getAdditionalInput();
8096 method public byte[] getEncoded();
8164 ctor public KeyRep(java.security.KeyRep.Type, String, String, byte[]);
8201 …method public final void setKeyEntry(String, byte[], java.security.cert.Certificate[]) throws java…
8298 …method public abstract void engineSetKeyEntry(String, byte[], java.security.cert.Certificate[]) th…
8306 method @NonNull public byte[] digest();
8307 method public int digest(@NonNull byte[], int, int) throws java.security.DigestException;
8308 method @NonNull public byte[] digest(@NonNull byte[]);
8315 method public static boolean isEqual(@Nullable byte[], @Nullable byte[]);
8317 method public void update(byte);
8318 method public void update(@NonNull byte[], int, int);
8319 method public void update(@NonNull byte[]);
8326 method protected abstract byte[] engineDigest();
8327 method protected int engineDigest(byte[], int, int) throws java.security.DigestException;
8330 method protected abstract void engineUpdate(byte);
8331 method protected abstract void engineUpdate(byte[], int, int);
8349 ctor public PKCS12Attribute(byte[]);
8350 method public byte[] getEncoded();
8479 method protected final Class<?> defineClass(String, byte[], int, int, java.security.CodeSource);
8486 ctor public SecureRandom(byte[]);
8488 method public byte[] generateSeed(int);
8499 method public static byte[] getSeed(int);
8501 …method @FlaggedApi("com.android.libcore.v_apis") public void nextBytes(byte[], java.security.Secur…
8504 method public void setSeed(byte[]);
8513 method protected abstract byte[] engineGenerateSeed(int);
8515 method protected abstract void engineNextBytes(byte[]);
8516 …method @FlaggedApi("com.android.libcore.v_apis") protected void engineNextBytes(byte[], java.secur…
8518 method protected abstract void engineSetSeed(byte[]);
8555 method public final byte[] sign() throws java.security.SignatureException;
8556 method public final int sign(byte[], int, int) throws java.security.SignatureException;
8557 method public final void update(byte) throws java.security.SignatureException;
8558 method public final void update(byte[]) throws java.security.SignatureException;
8559 method public final void update(byte[], int, int) throws java.security.SignatureException;
8561 method public final boolean verify(byte[]) throws java.security.SignatureException;
8562 method public final boolean verify(byte[], int, int) throws java.security.SignatureException;
8586 method protected abstract byte[] engineSign() throws java.security.SignatureException;
8587 method protected int engineSign(byte[], int, int) throws java.security.SignatureException;
8588 method protected abstract void engineUpdate(byte) throws java.security.SignatureException;
8589 …method protected abstract void engineUpdate(byte[], int, int) throws java.security.SignatureExcept…
8591 method protected abstract boolean engineVerify(byte[]) throws java.security.SignatureException;
8592 method protected boolean engineVerify(byte[], int, int) throws java.security.SignatureException;
8600 method public byte[] getSignature();
8734 … method public abstract byte[] getEncoded() throws java.security.cert.CertificateEncodingException;
8735 …method public abstract byte[] getEncoded(String) throws java.security.cert.CertificateEncodingExce…
8742 ctor protected CertPath.CertPathRep(String, byte[]);
8870 … method public abstract byte[] getEncoded() throws java.security.cert.CertificateEncodingException;
8881 ctor protected Certificate.CertificateRep(String, byte[]);
8964 method public byte[] getValue();
9054 method public java.util.Map<java.security.cert.X509Certificate,byte[]> getOcspResponses();
9060 method public void setOcspResponses(java.util.Map<java.security.cert.X509Certificate,byte[]>);
9082 ctor public PolicyQualifierInfo(byte[]) throws java.io.IOException;
9083 method public final byte[] getEncoded();
9084 method public final byte[] getPolicyQualifier();
9089 ctor public TrustAnchor(java.security.cert.X509Certificate, byte[]);
9090 … ctor public TrustAnchor(javax.security.auth.x500.X500Principal, java.security.PublicKey, byte[]);
9091 ctor public TrustAnchor(String, java.security.PublicKey, byte[]);
9095 method public final byte[] getNameConstraints();
9107 method public abstract byte[] getEncoded() throws java.security.cert.CRLException;
9116 method public abstract byte[] getSigAlgParams();
9117 method public abstract byte[] getSignature();
9118 method public abstract byte[] getTBSCertList() throws java.security.cert.CRLException;
9129 method public abstract byte[] getEncoded() throws java.security.cert.CRLException;
9141 method public void addIssuerName(byte[]) throws java.io.IOException;
9161 method public void addPathToName(int, byte[]) throws java.io.IOException;
9163 method public void addSubjectAlternativeName(int, byte[]) throws java.io.IOException;
9165 method public byte[] getAuthorityKeyIdentifier();
9171 method public byte[] getIssuerAsBytes() throws java.io.IOException;
9175 method public byte[] getNameConstraints();
9182 method public byte[] getSubjectAsBytes() throws java.io.IOException;
9184 method public byte[] getSubjectKeyIdentifier();
9188 method public void setAuthorityKeyIdentifier(byte[]);
9195 method public void setIssuer(byte[]) throws java.io.IOException;
9198 method public void setNameConstraints(byte[]) throws java.io.IOException;
9205 method public void setSubject(byte[]) throws java.io.IOException;
9207 method public void setSubjectKeyIdentifier(byte[]);
9209 method public void setSubjectPublicKey(byte[]) throws java.io.IOException;
9229 method public abstract byte[] getSigAlgParams();
9230 method public abstract byte[] getSignature();
9235 …method public abstract byte[] getTBSCertificate() throws java.security.cert.CertificateEncodingExc…
9241 method public byte[] getExtensionValue(String);
9294 method public java.util.Optional<byte[]> getBytes();
9342 method public java.util.Optional<byte[]> getScalar();
9440 ctor public EdDSAParameterSpec(boolean, byte[]);
9441 method public java.util.Optional<byte[]> getContext();
9452 ctor public EdECPrivateKeySpec(@NonNull java.security.spec.NamedParameterSpec, @NonNull byte[]);
9453 method @NonNull public byte[] getBytes();
9465 …blic EllipticCurve(java.security.spec.ECField, java.math.BigInteger, java.math.BigInteger, byte[]);
9469 method public byte[] getSeed();
9473 ctor public EncodedKeySpec(byte[]);
9474 ctor @FlaggedApi("com.android.libcore.v_apis") protected EncodedKeySpec(byte[], String);
9476 method public byte[] getEncoded();
9521 ctor public PKCS8EncodedKeySpec(byte[]);
9522 ctor @FlaggedApi("com.android.libcore.v_apis") public PKCS8EncodedKeySpec(byte[], String);
9595 ctor public X509EncodedKeySpec(byte[]);
9596 ctor @FlaggedApi("com.android.libcore.v_apis") public X509EncodedKeySpec(byte[], String);
9601 ctor public XECPrivateKeySpec(java.security.spec.AlgorithmParameterSpec, byte[]);
9603 method public byte[] getScalar();
9648 method public byte[] getBytes(long, int) throws java.sql.SQLException;
9650 method public long position(byte[], long) throws java.sql.SQLException;
9653 method public int setBytes(long, byte[]) throws java.sql.SQLException;
9654 method public int setBytes(long, byte[], int, int) throws java.sql.SQLException;
9668 method public byte getByte(int) throws java.sql.SQLException;
9669 method public byte getByte(String) throws java.sql.SQLException;
9670 method public byte[] getBytes(int) throws java.sql.SQLException;
9671 method public byte[] getBytes(String) throws java.sql.SQLException;
9735 method public void setByte(String, byte) throws java.sql.SQLException;
9736 method public void setBytes(String, byte[]) throws java.sql.SQLException;
10179 method public void setByte(int, byte) throws java.sql.SQLException;
10180 method public void setBytes(int, byte[]) throws java.sql.SQLException;
10248 method public byte getByte(int) throws java.sql.SQLException;
10249 method public byte getByte(String) throws java.sql.SQLException;
10250 method public byte[] getBytes(int) throws java.sql.SQLException;
10251 method public byte[] getBytes(String) throws java.sql.SQLException;
10352 method public void updateByte(int, byte) throws java.sql.SQLException;
10353 method public void updateByte(String, byte) throws java.sql.SQLException;
10354 method public void updateBytes(int, byte[]) throws java.sql.SQLException;
10355 method public void updateBytes(String, byte[]) throws java.sql.SQLException;
10453 method public byte[] getBytes();
10530 method public byte readByte() throws java.sql.SQLException;
10531 method public byte[] readBytes() throws java.sql.SQLException;
10604 method public void writeByte(byte) throws java.sql.SQLException;
10605 method public void writeBytes(byte[]) throws java.sql.SQLException;
10895 ctor public Bidi(char[], int, byte[], int, int, int);
10908 method public static void reorderVisually(byte[], int, Object[], int, int);
10992 method public abstract byte[] toByteArray();
13189 method public static int binarySearch(@NonNull byte[], byte);
13190 method public static int binarySearch(@NonNull byte[], int, int, byte);
13201 method public static int compare(@Nullable byte[], @Nullable byte[]);
13202 method public static int compare(@NonNull byte[], int, int, @NonNull byte[], int, int);
13219 method public static int compareUnsigned(@Nullable byte[], @Nullable byte[]);
13220 method public static int compareUnsigned(@NonNull byte[], int, int, @NonNull byte[], int, int);
13229 method @NonNull public static byte[] copyOf(@NonNull byte[], int);
13239 method @NonNull public static byte[] copyOfRange(@NonNull byte[], int, int);
13258 method public static boolean equals(@Nullable byte[], @Nullable byte[]);
13259 method public static boolean equals(@NonNull byte[], int, int, @NonNull byte[], int, int);
13278 method public static void fill(@NonNull byte[], byte);
13279 method public static void fill(@NonNull byte[], int, int, byte);
13292 method public static int hashCode(@Nullable byte[]);
13299 method public static int mismatch(@NonNull byte[], @NonNull byte[]);
13300 method public static int mismatch(byte[], int, int, byte[], int, int);
13329 method public static void parallelSort(@NonNull byte[]);
13330 method public static void parallelSort(@NonNull byte[], int, int);
13359 method public static void sort(@NonNull byte[]);
13360 method public static void sort(@NonNull byte[], int, int);
13389 method @NonNull public static String toString(@Nullable byte[]);
13401 method public static java.util.Base64.Encoder getMimeEncoder(int, byte[]);
13407 method public byte[] decode(byte[]);
13408 method public byte[] decode(String);
13409 method public int decode(byte[], byte[]);
13415 method public byte[] encode(byte[]);
13416 method public int encode(byte[], byte[]);
13418 method public String encodeToString(byte[]);
13451 method public byte[] toByteArray();
13455 method public static java.util.BitSet valueOf(byte[]);
14015 method public String formatHex(byte[]);
14016 method public String formatHex(byte[], int, int);
14017 method public <A extends java.lang.Appendable> A formatHex(A, byte[]);
14018 method public <A extends java.lang.Appendable> A formatHex(A, byte[], int, int);
14028 method public byte[] parseHex(CharSequence);
14029 method public byte[] parseHex(CharSequence, int, int);
14030 method public byte[] parseHex(char[], int, int);
14033 method public <A extends java.lang.Appendable> A toHexDigits(A, byte);
14034 method public String toHexDigits(byte);
14707 method public void nextBytes(byte[]);
14814 method public byte nextByte();
14815 method public byte nextByte(int);
15064 method public void nextBytes(byte[]);
15241 method public static java.util.UUID nameUUIDFromBytes(byte[]);
17842 method public byte[] getByteArray(String, byte[]);
17859 method public void putByteArray(String, byte[]);
17923 method public abstract byte[] getByteArray(String, byte[]);
17937 method public abstract void putByteArray(String, byte[]);
17982 method public default void nextBytes(byte[]);
18055 method public T create(byte[]);
18489 method public void update(byte[], int, int);
18490 method public void update(byte[]);
18499 method public void update(byte[], int, int);
18500 method public void update(byte[]);
18509 method public void update(byte[], int, int);
18527 method public default void update(byte[]);
18528 method public void update(byte[], int, int);
18541 method public int deflate(byte[], int, int);
18542 method public int deflate(byte[]);
18544 method public int deflate(byte[], int, int, int);
18556 method public void setDictionary(byte[], int, int);
18557 method public void setDictionary(byte[]);
18559 method public void setInput(byte[], int, int);
18560 method public void setInput(byte[]);
18581 field protected final byte[] buf;
18594 field protected byte[] buf;
18625 method public int inflate(byte[], int, int) throws java.util.zip.DataFormatException;
18626 method public int inflate(byte[]) throws java.util.zip.DataFormatException;
18631 method public void setDictionary(byte[], int, int);
18632 method public void setDictionary(byte[]);
18634 method public void setInput(byte[], int, int);
18635 method public void setInput(byte[]);
18644 field protected byte[] buf;
18655 field protected final byte[] buf;
18667 method public byte[] getExtra();
18680 method public void setExtra(byte[]);
18925 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal…
18926 …method public final int doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto…
18927 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I…
18928 …method public final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, java…
18929 …method public final int doFinal(byte[], int, int, byte[]) throws javax.crypto.BadPaddingException,…
18930 …method public final int doFinal(byte[], int, int, byte[], int) throws javax.crypto.BadPaddingExcep…
18935 method public final byte[] getIV();
18952 …method public final java.security.Key unwrap(byte[], String, int) throws java.security.InvalidKeyE…
18953 method public final byte[] update(byte[]);
18954 method public final byte[] update(byte[], int, int);
18955 … method public final int update(byte[], int, int, byte[]) throws javax.crypto.ShortBufferException;
18956 …method public final int update(byte[], int, int, byte[], int) throws javax.crypto.ShortBufferExcep…
18958 method public final void updateAAD(byte[]);
18959 method public final void updateAAD(byte[], int, int);
18961 …method public final byte[] wrap(java.security.Key) throws javax.crypto.IllegalBlockSizeException, …
18983 …method protected abstract byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingExc…
18984 …method protected abstract int engineDoFinal(byte[], int, int, byte[], int) throws javax.crypto.Bad…
18987 method protected abstract byte[] engineGetIV();
18996 …method protected java.security.Key engineUnwrap(byte[], String, int) throws java.security.InvalidK…
18997 method protected abstract byte[] engineUpdate(byte[], int, int);
18998 …method protected abstract int engineUpdate(byte[], int, int, byte[], int) throws javax.crypto.Shor…
19000 method protected void engineUpdateAAD(byte[], int, int);
19002 …method protected byte[] engineWrap(java.security.Key) throws javax.crypto.IllegalBlockSizeExceptio…
19006 ctor public EncryptedPrivateKeyInfo(byte[]) throws java.io.IOException;
19007 … ctor public EncryptedPrivateKeyInfo(String, byte[]) throws java.security.NoSuchAlgorithmException;
19008 …ctor public EncryptedPrivateKeyInfo(java.security.AlgorithmParameters, byte[]) throws java.securit…
19011 method public byte[] getEncoded() throws java.io.IOException;
19012 method public byte[] getEncryptedData();
19021 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
19022 …method public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, …
19023 …method public final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismExcept…
19043 …method protected abstract byte[] engineGenExemptionBlob() throws javax.crypto.ExemptionMechanismEx…
19044 …method protected abstract int engineGenExemptionBlob(byte[], int) throws javax.crypto.ExemptionMec…
19059 method public final byte[] generateSecret() throws java.lang.IllegalStateException;
19060 …method public final int generateSecret(byte[], int) throws java.lang.IllegalStateException, javax.…
19076 method protected abstract byte[] engineGenerateSecret() throws java.lang.IllegalStateException;
19077 …method protected abstract int engineGenerateSecret(byte[], int) throws java.lang.IllegalStateExcep…
19109 method public final byte[] doFinal() throws java.lang.IllegalStateException;
19110 …method public final void doFinal(byte[], int) throws java.lang.IllegalStateException, javax.crypto…
19111 method public final byte[] doFinal(byte[]) throws java.lang.IllegalStateException;
19121 method public final void update(byte) throws java.lang.IllegalStateException;
19122 method public final void update(byte[]) throws java.lang.IllegalStateException;
19123 method public final void update(byte[], int, int) throws java.lang.IllegalStateException;
19130 method protected abstract byte[] engineDoFinal();
19134 method protected abstract void engineUpdate(byte);
19135 method protected abstract void engineUpdate(byte[], int, int);
19155 field protected byte[] encodedParams;
19207 method public byte[] getSalt();
19216 ctor public ChaCha20ParameterSpec(byte[], int);
19218 method public byte[] getNonce();
19222 ctor public DESKeySpec(byte[]) throws java.security.InvalidKeyException;
19223 ctor public DESKeySpec(byte[], int) throws java.security.InvalidKeyException;
19224 method public byte[] getKey();
19225 …method public static boolean isParityAdjusted(byte[], int) throws java.security.InvalidKeyExceptio…
19226 method public static boolean isWeak(byte[], int) throws java.security.InvalidKeyException;
19231 ctor public DESedeKeySpec(byte[]) throws java.security.InvalidKeyException;
19232 ctor public DESedeKeySpec(byte[], int) throws java.security.InvalidKeyException;
19233 method public byte[] getKey();
19234 …method public static boolean isParityAdjusted(byte[], int) throws java.security.InvalidKeyExceptio…
19267 ctor public GCMParameterSpec(int, byte[]);
19268 ctor public GCMParameterSpec(int, byte[], int, int);
19269 method public byte[] getIV();
19274 ctor public IvParameterSpec(byte[]);
19275 ctor public IvParameterSpec(byte[], int, int);
19276 method public byte[] getIV();
19290 ctor public PBEKeySpec(char[], byte[], int, int);
19291 ctor public PBEKeySpec(char[], byte[], int);
19296 method public final byte[] getSalt();
19300 ctor public PBEParameterSpec(byte[], int);
19301 ctor public PBEParameterSpec(byte[], int, java.security.spec.AlgorithmParameterSpec);
19304 method public byte[] getSalt();
19313 ctor public PSource.PSpecified(byte[]);
19314 method public byte[] getValue();
19320 ctor public RC2ParameterSpec(int, byte[]);
19321 ctor public RC2ParameterSpec(int, byte[], int);
19323 method public byte[] getIV();
19328 ctor public RC5ParameterSpec(int, int, int, byte[]);
19329 ctor public RC5ParameterSpec(int, int, int, byte[], int);
19330 method public byte[] getIV();
19337 ctor public SecretKeySpec(byte[], String);
19338 ctor public SecretKeySpec(byte[], int, int, String);
19340 method public byte[] getEncoded();
19455 ctor public SNIHostName(byte[]);
19467 ctor protected SNIServerName(int, byte[]);
19468 method public final byte[] getEncoded();
19657 method public byte[] getId();
19689 method public java.util.Enumeration<byte[]> getIds();
19690 method public javax.net.ssl.SSLSession getSession(byte[]);
19887 ctor public X500Principal(byte[]);
19890 method public byte[] getEncoded();
19917 …method public abstract byte[] getEncoded() throws javax.security.cert.CertificateEncodingException;
19954 …method public static final javax.security.cert.X509Certificate getInstance(byte[]) throws javax.se…
19961 method public abstract byte[] getSigAlgParams();
20044 method public void setByte(int, byte) throws java.sql.SQLException;
20045 method public void setByte(String, byte) throws java.sql.SQLException;
20046 method public void setBytes(int, byte[]) throws java.sql.SQLException;
20047 method public void setBytes(String, byte[]) throws java.sql.SQLException;