Class ParentIdentity
- java.lang.Object
-
- net.ripe.rpki.commons.util.EqualsSupport
-
- net.ripe.rpki.commons.provisioning.identity.ParentIdentity
-
public class ParentIdentity extends EqualsSupport
-
-
Field Summary
Fields Modifier and Type Field Description static intVERSION
-
Constructor Summary
Constructors Constructor Description ParentIdentity(URI upDownUrl, String parentHandle, String childHandle, ProvisioningIdentityCertificate parentIdCertificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChildHandle()StringgetParentHandle()ProvisioningIdentityCertificategetParentIdCertificate()URIgetUpDownUrl()intgetVersion()-
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
-
-
-
-
Field Detail
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParentIdentity
public ParentIdentity(URI upDownUrl, String parentHandle, String childHandle, ProvisioningIdentityCertificate parentIdCertificate)
-
-
Method Detail
-
getChildHandle
public String getChildHandle()
-
getParentHandle
public String getParentHandle()
-
getParentIdCertificate
public ProvisioningIdentityCertificate getParentIdCertificate()
-
getUpDownUrl
public URI getUpDownUrl()
-
getVersion
public int getVersion()
-
-