org.eclipse.osgi.internal.signedcontent
Class TrustEngineListener

java.lang.Object
  extended by org.eclipse.osgi.internal.signedcontent.TrustEngineListener

public class TrustEngineListener
extends Object


Method Summary
 void addedTrustAnchor(Certificate anchor)
           
static TrustEngineListener getInstance()
           
 void removedTrustAnchor(Certificate anchor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TrustEngineListener getInstance()

addedTrustAnchor

public void addedTrustAnchor(Certificate anchor)

removedTrustAnchor

public void removedTrustAnchor(Certificate anchor)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.