Class CertificateRepositoryObjectFactory
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.util.CertificateRepositoryObjectFactory
-
public final class CertificateRepositoryObjectFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CertificateRepositoryObjectcreateCertificateRepositoryObject(byte[] encoded, ValidationResult validationResult)
-
-
-
Method Detail
-
createCertificateRepositoryObject
public static CertificateRepositoryObject createCertificateRepositoryObject(byte[] encoded, ValidationResult validationResult)
- Parameters:
encoded- the DER encoded object.- Returns:
- a parsed
CertificateRepositoryObjectornullin case the encoded object has a valid location but its contents can not be parsed.
-
-