public class PemResourceKeyResolver extends Object implements java.util.function.Function<Resource,Key>
| Modifier and Type | Field and Description |
|---|---|
static String |
PEM_PREFIX |
| Constructor and Description |
|---|
PemResourceKeyResolver() |
PemResourceKeyResolver(boolean findPrivate) |
| Modifier and Type | Method and Description |
|---|---|
Key |
apply(Resource resource) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static final String PEM_PREFIX
public PemResourceKeyResolver()
public PemResourceKeyResolver(boolean findPrivate)
public Key apply(Resource resource)
apply in interface java.util.function.Function<Resource,Key>Copyright © 2017. All rights reserved.