public class CertprofileUtil extends Object
| Constructor and Description |
|---|
CertprofileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.x509.GeneralName |
createGeneralName(org.bouncycastle.asn1.x509.GeneralName requestedName,
Set<GeneralNameMode> modes)
Creates GeneralName.
|
public static org.bouncycastle.asn1.x509.GeneralName createGeneralName(org.bouncycastle.asn1.x509.GeneralName requestedName,
Set<GeneralNameMode> modes)
throws BadCertTemplateException
requestedName - Requested name. Must not be null.modes - Modes to be considered. Must not be null.BadCertTemplateException - If requestedName is invalid or contains entries which are not allowed in the modes.Copyright © 2018. All rights reserved.