public class TrustEngineListener extends Object
Modifier and Type | Method and Description |
---|---|
void |
addedTrustAnchor(Certificate anchor) |
static TrustEngineListener |
getInstance() |
void |
removedTrustAnchor(Certificate anchor) |
public static TrustEngineListener getInstance()
public void addedTrustAnchor(Certificate anchor)
public void removedTrustAnchor(Certificate anchor)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.