Package org.bouncycastle.est
Interface ESTAuth
- All Known Implementing Classes:
HttpAuth
public interface ESTAuth
Base interface for an object with adds HTTP Auth attributes to an ESTRequest
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAuth
(ESTRequestBuilder reqBldr) Add the Auth attributes to the passed in request builder.
-
Method Details
-
applyAuth
Add the Auth attributes to the passed in request builder.- Parameters:
reqBldr
- the builder for the request needing the Auth attributes.
-