|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.security.keys.storage.StorageResolverSpi | +--org.apache.xml.security.keys.storage.implementations.KeyStoreResolver
Makes the Certificates from a JAVA KeyStore
object available to the
StorageResolver
.
Constructor Summary | |
KeyStoreResolver(java.security.KeyStore keyStore)
Constructor KeyStoreResolver |
Method Summary | |
java.util.Iterator |
getIterator()
Method getIterator |
static void |
main(java.lang.String[] unused)
Method main |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStoreResolver(java.security.KeyStore keyStore) throws StorageResolverException
keyStore
- is the keystore which contains the Certificates
StorageResolverException
Method Detail |
public java.util.Iterator getIterator()
getIterator
in class StorageResolverSpi
public static void main(java.lang.String[] unused) throws java.lang.Exception
unused
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |