public class X509Error
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
X509Error.ErrorException |
Constructor and Description |
---|
X509Error() |
Modifier and Type | Method and Description |
---|---|
static void |
addError(int reason) |
static void |
clearErrors() |
static java.util.List<X509Error.ErrorException> |
getErrors() |
public static void addError(int reason)
public static void clearErrors()
public static java.util.List<X509Error.ErrorException> getErrors()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.