|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TrustManagerFactory in org.semanticdesktop.aperture.security.trustmanager |
---|
Methods in org.semanticdesktop.aperture.security.trustmanager with parameters of type TrustManagerFactory | |
---|---|
void |
TrustManagerRegistry.add(TrustManagerFactory factory)
Add a TrustManagerFactory to this TrustManagerRegistry. |
void |
TrustManagerRegistry.remove(TrustManagerFactory factory)
Remove a TrustManagerFactory from this TrustManagerRegistry. |
Uses of TrustManagerFactory in org.semanticdesktop.aperture.security.trustmanager.impl |
---|
Methods in org.semanticdesktop.aperture.security.trustmanager.impl with parameters of type TrustManagerFactory | |
---|---|
void |
TrustManagerRegistryImpl.add(TrustManagerFactory factory)
|
void |
TrustManagerRegistryImpl.remove(TrustManagerFactory factory)
|
Uses of TrustManagerFactory in org.semanticdesktop.aperture.security.trustmanager.standard |
---|
Classes in org.semanticdesktop.aperture.security.trustmanager.standard that implement TrustManagerFactory | |
---|---|
class |
StandardTrustManagerFactory
A StandardTrustManagerFactory hands out StandardTrustManager instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |