public class SecretKeyCallback extends Object implements Callback
Modifier and Type | Class and Description |
---|---|
static class |
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified via an alias.
|
static interface |
SecretKeyCallback.Request
Marker interface for secret key request types.
|
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 void setKey(SecretKey key)
public SecretKey getKey()
Copyright © 2024 JBoss by Red Hat. All rights reserved.