public class ResourceExtensionEncoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
OID_AUTONOMOUS_SYS_IDS
id-pe-autonomousSysIds OBJECT IDENTIFIER ::= { id-pe 8 }
|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
OID_IP_ADDRESS_BLOCKS
id-pe-ipAddrBlocks OBJECT IDENTIFIER ::= { id-pe 7 }
|
static String |
OID_PE
id-pe OBJECT IDENTIFIER ::= { id-pkix 1 }
|
static String |
OID_PKIX
id-pkix OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) dod(6)
internet(1) security(5) mechanisms(5) pkix(7) }
|
| Constructor and Description |
|---|
ResourceExtensionEncoder() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Object |
encodeAsIdentifiers(boolean inherit,
net.ripe.ipresource.IpResourceSet resources)
Encode the AS Identifier extension for resource certificates.
|
org.bouncycastle.asn1.ASN1Object |
encodeIpAddressBlocks(boolean inheritIpv4,
boolean inheritIpv6,
net.ripe.ipresource.IpResourceSet resources)
Encode the IP Address Block extension for Resource Certificates.
|
public static final String OID_PKIX
public static final String OID_PE
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier OID_IP_ADDRESS_BLOCKS
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier OID_AUTONOMOUS_SYS_IDS
public org.bouncycastle.asn1.ASN1Object encodeIpAddressBlocks(boolean inheritIpv4,
boolean inheritIpv6,
net.ripe.ipresource.IpResourceSet resources)
OID_IP_ADDRESS_BLOCKS.inheritIpv4 - inherit IPv4 resources from signing certificate.inheritIpv6 - inherit IPv6 resources from signing certificate.resources - the set of IPv4 and IPv6 resources.public org.bouncycastle.asn1.ASN1Object encodeAsIdentifiers(boolean inherit,
net.ripe.ipresource.IpResourceSet resources)
inherit - inherit ASNs from signing certificate.resources - the set of ASNs.Copyright © 2008–2018 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.