Lines Matching refs:mContext

47     private final long mContext;
50 mContext = ctx;
135 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
143 && (NativeCrypto.get_X509_CRL_ext_oids(mContext,
153 return NativeCrypto.X509_CRL_get_ext_oid(mContext, oid);
159 NativeCrypto.get_X509_CRL_ext_oids(mContext,
168 && (NativeCrypto.get_X509_CRL_ext_oids(mContext,
179 NativeCrypto.get_X509_CRL_ext_oids(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
181 final long extensionRef = NativeCrypto.X509_CRL_get_ext(mContext, oid);
192 return NativeCrypto.i2d_X509_CRL(mContext);
197 NativeCrypto.X509_CRL_verify(mContext, pkey.getNativeRef());
243 return (int) NativeCrypto.X509_CRL_get_version(mContext) + 1;
253 final byte[] issuer = NativeCrypto.X509_CRL_get_issuer_name(mContext);
261 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_CRL_get_lastUpdate(mContext),
270 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_CRL_get_nextUpdate(mContext),
277 final long revokedRef = NativeCrypto.X509_CRL_get0_by_serial(mContext,
290 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
305 final long[] entryRefs = NativeCrypto.X509_CRL_get_REVOKED(mContext);
320 return NativeCrypto.get_X509_CRL_crl_enc(mContext);
325 return NativeCrypto.get_X509_CRL_signature(mContext);
340 return NativeCrypto.get_X509_CRL_sig_alg_oid(mContext);
345 return NativeCrypto.get_X509_CRL_sig_alg_parameter(mContext);
366 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext,
377 NativeCrypto.X509_CRL_print(bioCtx, mContext);
387 if (mContext != 0) {
388 NativeCrypto.X509_CRL_free(mContext);