aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/java/org/onap/aaf/certservice/certification/CsrModelFactory.java
AgeCommit message (Expand)AuthorFilesLines
2020-03-18Resolve all checkstyle warningsBartosz Gardziejewski1-10/+18
2020-03-06Remove logging of received private keyBartosz Gardziejewski1-1/+0
2020-03-05Create adapter for Cmpv2ClientBartosz Gardziejewski1-0/+10
2020-02-27Refactor CSR model to be POJOBartosz Gardziejewski1-1/+1
2020-02-19Remove cyclic dependencies and rename execeptions packageawudzins1-3/+3
2020-02-14Add more logs and handling DecoderExceptionBartosz Gardziejewski1-1/+7
2020-02-14Handle exception thrown during base64 decodingBartosz Gardziejewski1-11/+15
2020-02-13Improve exception flowBartosz Gardziejewski1-14/+28
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski1-1/+3
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski1-3/+3
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski1-0/+70