private static class PasswordPolicyControl.TimeBeforeExpirationHandler extends AbstractParseHandler<PasswordPolicyControl>
| Modifier and Type | Field and Description |
|---|---|
static DERPath |
PATH
DER path to warning.
|
| Constructor and Description |
|---|
TimeBeforeExpirationHandler(PasswordPolicyControl control)
Creates a new time before expiration handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(DERParser parser,
java.nio.ByteBuffer encoded)
Invoked when a DER path is encountered that belongs to this parse handler.
|
getObjectpublic static final DERPath PATH
public TimeBeforeExpirationHandler(PasswordPolicyControl control)
control - to configurepublic void handle(DERParser parser, java.nio.ByteBuffer encoded)
ParseHandlerparser - that invoked this handlerencoded - to handle