Modifier and Type | Method and Description |
---|---|
static PPK.Builder |
PPK.privateKey(byte[] bytes)
Returns a PPK builder having read the private key from the given byte
array.
|
PPK.Builder |
PPK.Builder.privateKey(byte[] bytes) |
static PPK.Builder |
PPK.privateKey(Class<?> cls,
String resource)
Returns a builder having loaded the private key from the classpath
relative to the classloader used by
cls . |
PPK.Builder |
PPK.Builder.privateKey(Class<?> cls,
String resource) |
static PPK.Builder |
PPK.privateKey(File file)
Returns a PPK builder having read the private key from the given file.
|
PPK.Builder |
PPK.Builder.privateKey(File file) |
static PPK.Builder |
PPK.privateKey(InputStream is)
Returns a PPK builder having read the private key from the given
InputStream.
|
PPK.Builder |
PPK.Builder.privateKey(InputStream is) |
static PPK.Builder |
PPK.privateKey(String resource)
Returns a PPK builder having set the private key location on the
classpath relative to the classloader used by
PPK . |
PPK.Builder |
PPK.Builder.privateKey(String resource) |
static PPK.Builder |
PPK.publicKey(byte[] bytes) |
PPK.Builder |
PPK.Builder.publicKey(byte[] bytes) |
static PPK.Builder |
PPK.publicKey(Class<?> cls,
String resource)
Returns a builder having loaded the public key from the classpath
relative to the classloader used by
cls . |
PPK.Builder |
PPK.Builder.publicKey(Class<?> cls,
String resource) |
static PPK.Builder |
PPK.publicKey(File file) |
PPK.Builder |
PPK.Builder.publicKey(File file) |
static PPK.Builder |
PPK.publicKey(InputStream is) |
PPK.Builder |
PPK.Builder.publicKey(InputStream is) |
static PPK.Builder |
PPK.publicKey(String resource)
Returns a builder having loaded the public key from the classpath
relative to the classloader used by
PPK . |
PPK.Builder |
PPK.Builder.publicKey(String resource) |
PPK.Builder |
PPK.Builder.unique() |
PPK.Builder |
PPK.Builder.unique(boolean value) |
Copyright © 2015. All rights reserved.