public class X509CertificateInformationAccessDescriptor extends EqualsSupport implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_AD_CA_REPOSITORY |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_AD_RPKI_MANIFEST |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_AD_RPKI_NOTIFY |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_AD_SIGNED_OBJECT |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_AD_SIGNED_OBJECT_REPOSITORY |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
ID_CA_CA_ISSUERS |
| Constructor and Description |
|---|
X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.x509.AccessDescription accessDescription) |
X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.ASN1ObjectIdentifier method,
URI location) |
| Modifier and Type | Method and Description |
|---|---|
static X509CertificateInformationAccessDescriptor[] |
convertAccessDescriptors(org.bouncycastle.asn1.x509.AccessDescription... accessDescriptions) |
static org.bouncycastle.asn1.x509.AccessDescription[] |
convertAccessDescriptors(X509CertificateInformationAccessDescriptor... descriptors) |
URI |
getLocation() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getMethod() |
static String |
methodToString(org.bouncycastle.asn1.ASN1ObjectIdentifier method) |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
stringToMethod(String method) |
equals, hashCode, toStringpublic static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_CA_CA_ISSUERS
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_CA_REPOSITORY
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_SIGNED_OBJECT_REPOSITORY
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_SIGNED_OBJECT
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_RPKI_MANIFEST
public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_RPKI_NOTIFY
public X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.x509.AccessDescription accessDescription)
public X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.ASN1ObjectIdentifier method,
URI location)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getMethod()
public URI getLocation()
public static org.bouncycastle.asn1.x509.AccessDescription[] convertAccessDescriptors(X509CertificateInformationAccessDescriptor... descriptors)
public static X509CertificateInformationAccessDescriptor[] convertAccessDescriptors(org.bouncycastle.asn1.x509.AccessDescription... accessDescriptions)
public static String methodToString(org.bouncycastle.asn1.ASN1ObjectIdentifier method)
public static org.bouncycastle.asn1.ASN1ObjectIdentifier stringToMethod(String method)
Copyright © 2008-2016 RIPE NCC, the Netherlands. All Rights Reserved.