public class KeyManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgo() |
static KeyManager |
getInstance() |
PublicKey |
getPbKey() |
PrivateKey |
getPrKey() |
SecretKey |
getSimmK() |
static KeyManager |
init(Configuration configuration) |
static boolean |
isActive() |
public static KeyManager init(Configuration configuration) throws IOException, GeneralSecurityException, com.manydesigns.elements.crypto.InvalidPassphraseException, com.manydesigns.elements.crypto.InvalidSettingsException
IOExceptionGeneralSecurityExceptioncom.manydesigns.elements.crypto.InvalidPassphraseExceptioncom.manydesigns.elements.crypto.InvalidSettingsExceptionpublic static KeyManager getInstance() throws GeneralSecurityException
GeneralSecurityExceptionpublic static boolean isActive()
public SecretKey getSimmK()
public PublicKey getPbKey()
public PrivateKey getPrKey()
public String getAlgo()
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.