public class SecretKeyCallback extends Object implements Callback
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretKeyCallback.AliasRequest |
static interface |
SecretKeyCallback.Request |
| Constructor and Description |
|---|
SecretKeyCallback(SecretKeyCallback.Request request) |
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
getKey() |
SecretKeyCallback.Request |
getRequest() |
void |
setKey(SecretKey key) |
public SecretKeyCallback(SecretKeyCallback.Request request)
public SecretKeyCallback.Request getRequest()
public SecretKey getKey()
public void setKey(SecretKey key)
Copyright © 2025. All rights reserved.