File tree Expand file tree Collapse file tree
google-auth-library-java/oauth2_http/java/com/google/auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232package com .google .auth .mtls ;
3333
3434import com .google .api .client .http .javanet .NetHttpTransport ;
35+ import com .google .api .core .InternalApi ;
3536import com .google .auth .http .HttpTransportFactory ;
3637import java .security .GeneralSecurityException ;
3738import java .security .KeyStore ;
4546 * <p><b>Warning:</b> This class is considered internal and is not intended for direct use by
4647 * library consumers. Its API and behavior may change without notice.
4748 */
49+ @ InternalApi
4850public class MtlsHttpTransportFactory implements HttpTransportFactory {
4951 private final KeyStore mtlsKeyStore ;
5052
Original file line number Diff line number Diff line change 4141import com .google .api .client .util .PemReader ;
4242import com .google .api .client .util .PemReader .Section ;
4343import com .google .api .client .util .SecurityUtils ;
44+ import com .google .api .core .InternalApi ;
4445import com .google .auth .http .AuthHttpConstants ;
4546import com .google .auth .http .HttpTransportFactory ;
4647import com .google .common .base .Strings ;
7879 * com.google.auth} family. Application developers should avoid using these classes directly; they
7980 * are not part of the public API.
8081 */
82+ @ InternalApi
8183public class OAuth2Utils {
8284
8385 static final String SIGNATURE_ALGORITHM = "SHA256withRSA" ;
You can’t perform that action at this time.
0 commit comments