public class PluginOpts extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
acceptSecondaryEku |
boolean |
allowUpn |
int |
dhMinBits |
boolean |
requireCrlChecking |
boolean |
requireEku |
boolean |
usingRsa |
| Constructor and Description |
|---|
PluginOpts() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createIssuerAndSerial() |
AlgorithmIdentifiers |
createSupportedCMSTypes() |
TrustedCertifiers |
createTrustedCertifiers() |
public boolean requireEku
public boolean acceptSecondaryEku
public boolean allowUpn
public boolean usingRsa
public boolean requireCrlChecking
public int dhMinBits
public AlgorithmIdentifiers createSupportedCMSTypes() throws KrbException
KrbExceptionpublic TrustedCertifiers createTrustedCertifiers()
public byte[] createIssuerAndSerial()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.