00001
00002
00003
00004
00005
00006
00007
00008
00009 package com.orionsec.jpkif;
00010
00011 public class IPKIFCRLRepository {
00012 private long swigCPtr;
00013 protected boolean swigCMemOwn;
00014
00015 public IPKIFCRLRepository(long cPtr, boolean cMemoryOwn) {
00016 swigCMemOwn = cMemoryOwn;
00017 swigCPtr = cPtr;
00018 }
00019
00020 public static long getCPtr(IPKIFCRLRepository obj) {
00021 return (obj == null) ? 0 : obj.swigCPtr;
00022 }
00023
00024 protected void finalize() {
00025 delete();
00026 }
00027
00028 public synchronized void delete() {
00029 if (swigCPtr != 0) {
00030 if (swigCMemOwn) {
00031 swigCMemOwn = false;
00032 pkif_moduleJNI.delete_IPKIFCRLRepository(swigCPtr);
00033 }
00034 swigCPtr = 0;
00035 }
00036 }
00037
00038 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source) {
00039 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_0(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLList.getCPtr(crlList), crlList, source.swigValue());
00040 }
00041
00042 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLList crlList) {
00043 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_1(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLList.getCPtr(crlList), crlList);
00044 }
00045
00046 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList, PKIInfoSource source) {
00047 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_2(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLNodeList.getCPtr(crlNodeList), crlNodeList, source.swigValue());
00048 }
00049
00050 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList) {
00051 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_3(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLNodeList.getCPtr(crlNodeList), crlNodeList);
00052 }
00053
00054 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source, CPKIFPathSettingsPtr ps) {
00055 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_4(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLList.getCPtr(crlList), crlList, source.swigValue(), CPKIFPathSettingsPtr.getCPtr(ps), ps);
00056 }
00057
00058 public void GetCRLs(CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList, PKIInfoSource source, CPKIFPathSettingsPtr ps) {
00059 pkif_moduleJNI.IPKIFCRLRepository_GetCRLs__SWIG_5(swigCPtr, this, CPKIFCertificatePtr.getCPtr(cert), cert, CPKIFCRLNodeList.getCPtr(crlNodeList), crlNodeList, source.swigValue(), CPKIFPathSettingsPtr.getCPtr(ps), ps);
00060 }
00061
00062 }