public abstract class ExtensionSpec extends Object
| Constructor and Description |
|---|
ExtensionSpec() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionSpec |
getExtensionSpec(Certprofile.CertDomain domain,
Certprofile.CertLevel certLevel) |
abstract Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> |
getRequiredExtensions() |
abstract boolean |
isCriticalOnly(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
abstract boolean |
isNonCriticalOnly(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
abstract boolean |
isNonRequest(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
abstract boolean |
isNotPermitted(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
static boolean |
isValidPublicDomain(String domain) |
static boolean |
isValidPublicIPv4Address(byte[] ipv4Address) |
public abstract Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getRequiredExtensions()
public abstract boolean isNotPermitted(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public abstract boolean isCriticalOnly(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public abstract boolean isNonCriticalOnly(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public abstract boolean isNonRequest(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public static boolean isValidPublicDomain(String domain)
public static boolean isValidPublicIPv4Address(byte[] ipv4Address)
public static ExtensionSpec getExtensionSpec(Certprofile.CertDomain domain, Certprofile.CertLevel certLevel)
Copyright © 2019. All rights reserved.