Uses of Class
com.google.auth.oauth2.AwsRequestSignature
-
Packages that use AwsRequestSignature Package Description com.google.auth.oauth2 -
-
Uses of AwsRequestSignature in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return AwsRequestSignature Modifier and Type Method Description (package private) AwsRequestSignature
AwsRequestSignature.Builder. build()
(package private) AwsRequestSignature
AwsRequestSigner. sign()
Signs the specified AWS API request.Methods in com.google.auth.oauth2 with parameters of type AwsRequestSignature Modifier and Type Method Description private java.lang.String
AwsCredentials. buildSubjectToken(AwsRequestSignature signature)
-