Module org.apache.santuario.xmlsec
Class SingleCertificateResolver
- java.lang.Object
-
- org.apache.xml.security.keys.storage.StorageResolverSpi
-
- org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver
-
public class SingleCertificateResolver extends org.apache.xml.security.keys.storage.StorageResolverSpi
-
-
Constructor Summary
Constructors Constructor Description SingleCertificateResolver(X509Certificate x509cert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Certificate>getIterator()Method getIterator
-
-
-
Constructor Detail
-
SingleCertificateResolver
public SingleCertificateResolver(X509Certificate x509cert)
- Parameters:
x509cert- the singleX509Certificate
-
-
Method Detail
-
getIterator
public Iterator<Certificate> getIterator()
Method getIterator- Specified by:
getIteratorin classorg.apache.xml.security.keys.storage.StorageResolverSpi- Returns:
- the iterator for the storage
-
-