public enum RepositoryObjectType extends Enum<RepositoryObjectType>
| Enum Constant and Description |
|---|
Aspa |
Certificate |
Crl |
Gbr |
Manifest |
Roa |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryObjectType |
parse(String name)
See https://www.iana.org/assignments/rpki/rpki.xhtml for the list of registered RPKI file extensions
|
static RepositoryObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryObjectType Manifest
public static final RepositoryObjectType Roa
public static final RepositoryObjectType Certificate
public static final RepositoryObjectType Crl
public static final RepositoryObjectType Gbr
public static final RepositoryObjectType Aspa
public static final RepositoryObjectType Unknown
public static RepositoryObjectType[] values()
for (RepositoryObjectType c : RepositoryObjectType.values()) System.out.println(c);
public static RepositoryObjectType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RepositoryObjectType parse(String name)
Copyright © 2008–2022 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.