Package io.jans.fido2.service
Class KeyStoreCreator
- java.lang.Object
-
- io.jans.fido2.service.KeyStoreCreator
-
@ApplicationScoped public class KeyStoreCreator extends Object
- Version:
- May 08, 2020
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description KeyStoreCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStore
createKeyStore(String aaguid, List<X509Certificate> certificates)
KeyStore
createKeyStore(List<CertificateHolder> certificates)
-
-
-
Method Detail
-
createKeyStore
public KeyStore createKeyStore(List<CertificateHolder> certificates)
-
createKeyStore
public KeyStore createKeyStore(String aaguid, List<X509Certificate> certificates)
-
-