public class KeyStoreFilter extends Object
| Constructor and Description |
|---|
KeyStoreFilter(java.time.Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
filterLegacy(Collection<StsKeyEntry> keyAliases) |
List<String> |
filterValid(Collection<StsKeyEntry> keyEntries) |
boolean |
isInvalid(StsKeyEntry keyEntry) |
boolean |
isLegacy(StsKeyEntry keyEntry) |
boolean |
isValid(StsKeyEntry keyEntry) |
public List<String> filterLegacy(Collection<StsKeyEntry> keyAliases)
public List<String> filterValid(Collection<StsKeyEntry> keyEntries)
public boolean isLegacy(StsKeyEntry keyEntry)
public boolean isValid(StsKeyEntry keyEntry)
public boolean isInvalid(StsKeyEntry keyEntry)
Copyright © 2018. All rights reserved.