public interface VaultRawSecret extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Destroys the secret in memory by e.g.
|
Optional<ByteBuffer> |
getRawSecret()
Returns the raw secret bytes.
|
Optional<ByteBuffer> getRawSecret()
void close()
close in interface AutoCloseableCopyright © 2019 JBoss by Red Hat. All rights reserved.