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

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

public class ChildIdentity
extends EqualsSupport


Field Summary
static String CHILD_IDENTITY_NODE_NAME
           
static int VERSION
           
static String XMLNS
           
 
Constructor Summary
ChildIdentity(ProvisioningIdentityCertificate identityCertificate)
          Create a child identity to offer to your parent with a random UUID based handle.
ChildIdentity(String handle, ProvisioningIdentityCertificate identityCertificate)
          Create a child identity to offer to your parent, including a suggested handle.
 
Method Summary
 String getHandle()
           
 ProvisioningIdentityCertificate getIdentityCertificate()
           
 
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

CHILD_IDENTITY_NODE_NAME

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

ChildIdentity

public ChildIdentity(ProvisioningIdentityCertificate identityCertificate)
Create a child identity to offer to your parent with a random UUID based handle.


ChildIdentity

public ChildIdentity(String handle,
                     ProvisioningIdentityCertificate identityCertificate)
Create a child identity to offer to your parent, including a suggested handle. Note that your parent may ignore this handle!

Method Detail

getHandle

public String getHandle()

getIdentityCertificate

public ProvisioningIdentityCertificate getIdentityCertificate()


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