net.ripe.rpki.commons.provisioning.identity
Class ParentIdentity

java.lang.Object
  extended by net.ripe.rpki.commons.util.EqualsSupport
      extended by net.ripe.rpki.commons.provisioning.identity.ParentIdentity

public class ParentIdentity
extends EqualsSupport


Field Summary
static String PARENT_IDENTITY_NODE_NAME
           
static int VERSION
           
static String XMLNS
           
 
Constructor Summary
ParentIdentity(URI upDownUrl, String parentHandle, String childHandle, ProvisioningIdentityCertificate parentIdCertificate, ProvisioningIdentityCertificate childIdCertificate)
           
 
Method Summary
 String getChildHandle()
           
 ProvisioningIdentityCertificate getChildIdCertificate()
           
 String getParentHandle()
           
 ProvisioningIdentityCertificate getParentIdCertificate()
           
 URI getUpDownUrl()
           
 
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

VERSION

public static final int VERSION
See Also:
Constant Field Values

XMLNS

public static final String XMLNS
See Also:
Constant Field Values

PARENT_IDENTITY_NODE_NAME

public static final String PARENT_IDENTITY_NODE_NAME
See Also:
Constant Field Values
Constructor Detail

ParentIdentity

public ParentIdentity(URI upDownUrl,
                      String parentHandle,
                      String childHandle,
                      ProvisioningIdentityCertificate parentIdCertificate,
                      ProvisioningIdentityCertificate childIdCertificate)
Method Detail

getChildHandle

public String getChildHandle()

getParentHandle

public String getParentHandle()

getParentIdCertificate

public ProvisioningIdentityCertificate getParentIdCertificate()

getChildIdCertificate

public ProvisioningIdentityCertificate getChildIdCertificate()

getUpDownUrl

public URI getUpDownUrl()


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