Uses of Class
net.ripe.rpki.commons.util.RepositoryObjectType
-
Packages that use RepositoryObjectType Package Description net.ripe.rpki.commons.crypto.cms net.ripe.rpki.commons.util net.ripe.rpki.commons.validation -
-
Uses of RepositoryObjectType in net.ripe.rpki.commons.crypto.cms
Methods in net.ripe.rpki.commons.crypto.cms that return types with arguments of type RepositoryObjectType Modifier and Type Method Description Optional<RepositoryObjectType>GenericRpkiSignedObjectParser. getRepositoryObjectType() -
Uses of RepositoryObjectType in net.ripe.rpki.commons.util
Methods in net.ripe.rpki.commons.util that return RepositoryObjectType Modifier and Type Method Description static RepositoryObjectTypeRepositoryObjectType. parse(String name)See https://www.iana.org/assignments/rpki/rpki.xhtml for the list of registered RPKI file extensionsstatic RepositoryObjectTypeRepositoryObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryObjectType[]RepositoryObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RepositoryObjectType in net.ripe.rpki.commons.validation
Methods in net.ripe.rpki.commons.validation with parameters of type RepositoryObjectType Modifier and Type Method Description static voidValidationChecks. knownObjectType(RepositoryObjectType objectType, ValidationResult validationResult)
-