Package org.bouncycastle.est
Interface ESTAuth
-
- All Known Implementing Classes:
HttpAuth
public interface ESTAuthBase interface for an object with adds HTTP Auth attributes to an ESTRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyAuth(ESTRequestBuilder reqBldr)Add the Auth attributes to the passed in request builder.
-
-
-
Method Detail
-
applyAuth
void applyAuth(ESTRequestBuilder reqBldr)
Add the Auth attributes to the passed in request builder.- Parameters:
reqBldr- the builder for the request needing the Auth attributes.
-
-