public interface KeystoreInput
| Modifier and Type | Method and Description |
|---|---|
default KeystoreInput |
copyFrozen() |
com.google.common.io.ByteSource |
getBytes() |
String |
getPassword() |
static KeystoreInput |
wrap(byte[] bytes,
String password) |
static KeystoreInput |
wrap(com.google.common.io.ByteSource bytes,
String password) |
com.google.common.io.ByteSource getBytes()
String getPassword()
static KeystoreInput wrap(byte[] bytes, String password)
static KeystoreInput wrap(com.google.common.io.ByteSource bytes, String password)
default KeystoreInput copyFrozen() throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.