Uses of Class
net.ripe.rpki.commons.crypto.cms.roa.RoaPrefix
-
Packages that use RoaPrefix Package Description net.ripe.rpki.commons.crypto.cms.roa net.ripe.rpki.commons.validation.roa -
-
Uses of RoaPrefix in net.ripe.rpki.commons.crypto.cms.roa
Methods in net.ripe.rpki.commons.crypto.cms.roa that return types with arguments of type RoaPrefix Modifier and Type Method Description List<RoaPrefix>Roa. getPrefixes()List<RoaPrefix>RoaCms. getPrefixes()Methods in net.ripe.rpki.commons.crypto.cms.roa with parameters of type RoaPrefix Modifier and Type Method Description intRoaPrefix. compareTo(RoaPrefix o)Method parameters in net.ripe.rpki.commons.crypto.cms.roa with type arguments of type RoaPrefix Modifier and Type Method Description RoaCmsBuilderRoaCmsBuilder. withPrefixes(List<RoaPrefix> prefixes)Constructor parameters in net.ripe.rpki.commons.crypto.cms.roa with type arguments of type RoaPrefix Constructor Description RoaCms(RpkiSignedObjectInfo cmsObjectInfo, net.ripe.ipresource.Asn asn, List<RoaPrefix> prefixes) -
Uses of RoaPrefix in net.ripe.rpki.commons.validation.roa
Methods in net.ripe.rpki.commons.validation.roa that return RoaPrefix Modifier and Type Method Description RoaPrefixAllowedRoute. getRoaPrefix()
-