aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/X509CertificateWithKey.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Revert "Expose underlying certificate and private key from ↵Bjørn Christian Seime2020-06-021-0/+33
| | | | SiaIdentityProvider ""
* Revert "Expose underlying certificate and private key from SiaIdentityProvider "Harald Musum2020-05-281-33/+0
|
* Expose underlying certificate and private key from SiaIdentityProviderBjørn Christian Seime2020-05-181-0/+33
Extend ServiceIdentityProvider interface with new methods. Add class that bundles certificate with private key. Use Path instead of File for better compatibility with mocked file system in unit tests.