| Package | Description |
|---|---|
| org.xipki.security.util |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.x509.AccessDescription |
X509Util.createAccessDescription(String accessMethodAndLocation) |
static org.bouncycastle.asn1.x509.Extension |
X509Util.createExtnSubjectAltName(List<String> taggedValues,
boolean critical) |
static org.bouncycastle.asn1.x509.Extension |
X509Util.createExtnSubjectInfoAccess(List<String> accessMethodAndLocations,
boolean critical) |
static org.bouncycastle.asn1.x509.GeneralName |
X509Util.createGeneralName(String taggedValue)
Creates
GeneralName from the tagged value. |
static org.bouncycastle.asn1.x509.GeneralNames |
X509Util.createGeneralNames(List<String> taggedValues) |
Copyright © 2019. All rights reserved.