net.ripe.rpki.commons.crypto.x509cert
Class X509CertificateInformationAccessDescriptor

java.lang.Object
  extended by net.ripe.rpki.commons.util.EqualsSupport
      extended by net.ripe.rpki.commons.crypto.x509cert.X509CertificateInformationAccessDescriptor
All Implemented Interfaces:
Serializable

public class X509CertificateInformationAccessDescriptor
extends EqualsSupport
implements Serializable

See Also:
Serialized Form

Field Summary
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_SIGNED_OBJECT
           
static org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_SIGNED_OBJECT_REPOSITORY
           
static org.bouncycastle.asn1.ASN1ObjectIdentifier ID_CA_CA_ISSUERS
           
 
Constructor Summary
X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.x509.AccessDescription accessDescription)
           
X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.ASN1ObjectIdentifier method, URI location)
           
 
Method Summary
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)
           
 
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_CA_CA_ISSUERS

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_CA_CA_ISSUERS

ID_AD_CA_REPOSITORY

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_CA_REPOSITORY

ID_AD_SIGNED_OBJECT_REPOSITORY

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_SIGNED_OBJECT_REPOSITORY

ID_AD_SIGNED_OBJECT

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_SIGNED_OBJECT

ID_AD_RPKI_MANIFEST

public static final org.bouncycastle.asn1.ASN1ObjectIdentifier ID_AD_RPKI_MANIFEST
Constructor Detail

X509CertificateInformationAccessDescriptor

public X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.x509.AccessDescription accessDescription)

X509CertificateInformationAccessDescriptor

public X509CertificateInformationAccessDescriptor(org.bouncycastle.asn1.ASN1ObjectIdentifier method,
                                                  URI location)
Method Detail

getMethod

public org.bouncycastle.asn1.ASN1ObjectIdentifier getMethod()

getLocation

public URI getLocation()

convertAccessDescriptors

public static org.bouncycastle.asn1.x509.AccessDescription[] convertAccessDescriptors(X509CertificateInformationAccessDescriptor... descriptors)

convertAccessDescriptors

public static X509CertificateInformationAccessDescriptor[] convertAccessDescriptors(org.bouncycastle.asn1.x509.AccessDescription... accessDescriptions)

methodToString

public static String methodToString(org.bouncycastle.asn1.ASN1ObjectIdentifier method)

stringToMethod

public static org.bouncycastle.asn1.ASN1ObjectIdentifier stringToMethod(String method)


Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.