public class Trust
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Trust.Checker |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
arg1 |
java.lang.Object |
arg2 |
Trust.Checker |
checkTrust |
static Trust.Checker |
defaultTrust
c: default_trust
|
int |
flags |
java.lang.String |
name |
static Trust.Checker |
objTrust
c: obj_trust
|
static Trust[] |
trstandard |
int |
trust |
static Trust.Checker |
trust1OID
c: trust_1oid
|
static Trust.Checker |
trust1OIDAny
c: trust_1oidany
|
static Trust.Checker |
trustCompatibe
c: trust_compat
|
Constructor and Description |
---|
Trust() |
Trust(int t,
int f,
Trust.Checker ct,
java.lang.String n,
java.lang.String a1,
java.lang.Object a2) |
Modifier and Type | Method and Description |
---|---|
static int |
add(int id,
int flags,
Trust.Checker ck,
java.lang.String name,
java.lang.String arg1,
java.lang.Object arg2)
c: X509_TRUST_add
|
static int |
checkTrust(X509AuxCertificate x,
int id,
int flags)
c: X509_check_trust
|
static void |
cleanup()
c: X509_TRUST_cleanup
|
static int |
getByID(int id)
c: X509_TRUST_get_by_id
|
static int |
getCount()
c: X509_TRUST_get_count
|
static Trust |
getFirst(int idx)
c: X509_TRUST_get0
|
int |
getFlags()
c: X509_TRUST_get_flags
|
java.lang.String |
getName()
c: X509_TRUST_get0_name
|
int |
getTrust()
c: X509_TRUST_get_trust
|
static int |
set(int[] t,
int trust)
c: X509_TRUST_set
|
static Trust.Checker |
setDefault(Trust.Checker trust)
c: X509_TRUST_set_default
|
public int trust
public int flags
public Trust.Checker checkTrust
public java.lang.String name
public java.lang.String arg1
public java.lang.Object arg2
public static final Trust.Checker trustCompatibe
public static final Trust.Checker trust1OIDAny
public static final Trust.Checker trust1OID
public static final Trust.Checker objTrust
public static Trust.Checker defaultTrust
public static final Trust[] trstandard
public Trust()
public Trust(int t, int f, Trust.Checker ct, java.lang.String n, java.lang.String a1, java.lang.Object a2)
public static Trust.Checker setDefault(Trust.Checker trust)
public static int checkTrust(X509AuxCertificate x, int id, int flags) throws java.lang.Exception
java.lang.Exception
public static int getCount()
public static Trust getFirst(int idx)
public static int getByID(int id)
public static int set(int[] t, int trust)
public static int add(int id, int flags, Trust.Checker ck, java.lang.String name, java.lang.String arg1, java.lang.Object arg2)
public static void cleanup()
public int getFlags()
public java.lang.String getName()
public int getTrust()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.