Uses of Interface
no.digipost.api.client.security.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in no.digipost.api.client
Constructors in no.digipost.api.client with parameters of type SignerModifierConstructorDescriptionDigipostClient
(DigipostClientConfig config, BrokerId brokerId, Signer signer) DigipostClient
(DigipostClientConfig config, BrokerId brokerId, Signer signer, org.apache.http.impl.client.HttpClientBuilder clientBuilder) -
Uses of Signer in no.digipost.api.client.internal
Constructors in no.digipost.api.client.internal with parameters of type SignerModifierConstructorDescriptionApiServiceImpl
(DigipostClientConfig config, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, BrokerId brokerId, Signer signer) -
Uses of Signer in no.digipost.api.client.internal.http.request.interceptor
Constructors in no.digipost.api.client.internal.http.request.interceptor with parameters of type SignerModifierConstructorDescriptionRequestSignatureInterceptor
(Signer signer, EventLogger eventLogger, RequestContentHashFilter hashFilter) RequestSignatureInterceptor
(Signer signer, RequestContentHashFilter hashFilter) -
Uses of Signer in no.digipost.api.client.security
Methods in no.digipost.api.client.security that return SignerModifier and TypeMethodDescriptionstatic Signer
Signer.using
(PrivateKey privateKey) static Signer
Signer.usingKeyFromPKCS12KeyStore
(InputStream keystoreStream, String keyStoreAndKeyPassword)