private static final class JAPCertificate.X509CertificateInstantiator extends java.lang.Object implements IResourceInstantiator
IResourceInstantiator.ResourceInstantiationException| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
m_strIgnoreCertMark |
| Constructor and Description |
|---|
X509CertificateInstantiator(java.lang.String a_strIgnoreCertMark) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInstance(java.io.File a_file,
java.io.File a_topDirectory)
Loads a file and transforms it into a concrete object.
|
java.lang.Object |
getInstance(java.io.InputStream a_inputStream,
java.lang.String a_resourceName)
Optional: may not be supported by all resource instantiators.
|
java.lang.Object |
getInstance(java.util.zip.ZipEntry a_entry,
java.util.zip.ZipFile a_file)
Loads a file and transforms it into a concrete object.
|
private boolean |
isBlocked(java.lang.String a_resourceName) |
public X509CertificateInstantiator(java.lang.String a_strIgnoreCertMark)
public java.lang.Object getInstance(java.io.File a_file,
java.io.File a_topDirectory)
throws java.io.IOException
IResourceInstantiatorgetInstance in interface IResourceInstantiatora_file - a Filea_topDirectory - the top directory of this file; this is generally not needed to load
the filejava.io.IOExceptionpublic java.lang.Object getInstance(java.util.zip.ZipEntry a_entry,
java.util.zip.ZipFile a_file)
throws java.io.IOException
IResourceInstantiatorgetInstance in interface IResourceInstantiatora_entry - a ZipEntrya_file - the ZipFile of this zip entryjava.io.IOExceptionpublic java.lang.Object getInstance(java.io.InputStream a_inputStream,
java.lang.String a_resourceName)
IResourceInstantiatorgetInstance in interface IResourceInstantiatorprivate boolean isBlocked(java.lang.String a_resourceName)
Copyright © 2023. All rights reserved.