public abstract class BaseConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseConfig.PrivateKeyFormat |
static class |
BaseConfig.SigningAlgorithm |
Modifier and Type | Field and Description |
---|---|
protected Charset |
charset |
protected MessageDigest |
digest |
protected HashMap<String,String> |
repoAttributes |
protected Collection<X509Certificate> |
signingCertChain |
Constructor and Description |
---|
BaseConfig() |
Modifier and Type | Method and Description |
---|---|
protected RSAPublicKey |
getCertPublicKey() |
protected String |
hasMissingKey() |
protected void |
setMsgDigest(org.appng.core.security.signing.BaseConfig.DigestAlgorithm msgDigest) |
protected void |
setSigningCerts(byte[] cert,
SigningException.ErrorType errorType) |
protected Collection<X509Certificate> signingCertChain
protected MessageDigest digest
protected Charset charset
protected String hasMissingKey()
protected void setSigningCerts(byte[] cert, SigningException.ErrorType errorType) throws SigningException
SigningException
protected RSAPublicKey getCertPublicKey()
protected void setMsgDigest(org.appng.core.security.signing.BaseConfig.DigestAlgorithm msgDigest)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.