public class SecurityContext
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static SecurityContext | 
pkiBrazil
Returns a reference to the built-in PkiBrazil security context (ICP-Brasil). 
 | 
static SecurityContext | 
pkiItaly
Returns a reference to the built-in PkiItaly security context. 
 | 
static SecurityContext | 
windowsServer
Returns a reference to the built-in WindowsServer security context, which consists of the roots trusted by
 default by Windows Server. 
 | 
| Constructor and Description | 
|---|
SecurityContext(java.lang.String id)
Creates a reference to a custom security context created on the REST PKI website. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()  | 
public static final SecurityContext pkiBrazil
public static final SecurityContext pkiItaly
public static final SecurityContext windowsServer