Uses of Class
co.ankatech.ankasecure.sdk.model.Pkcs12ImportSpec
Packages that use Pkcs12ImportSpec
Package
Description
-
Uses of Pkcs12ImportSpec in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk with parameters of type Pkcs12ImportSpecModifier and TypeMethodDescriptionvoidAnkaSecureSdk.importPrivateKeyPkcs12(Pkcs12ImportSpec p12spec) Imports a Base64-encoded PKCS#12 (.p12) blob as a new private key. -
Uses of Pkcs12ImportSpec in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service with parameters of type Pkcs12ImportSpecModifier and TypeMethodDescriptionvoidMigrationService.importPrivateKeyPkcs12(Pkcs12ImportSpec spec) -
Uses of Pkcs12ImportSpec in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl with parameters of type Pkcs12ImportSpecModifier and TypeMethodDescriptionvoidMigrationServiceImpl.importPrivateKeyPkcs12(Pkcs12ImportSpec s) -
Uses of Pkcs12ImportSpec in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return Pkcs12ImportSpecModifier and TypeMethodDescriptionPkcs12ImportSpec.setP12FileBase64(String v) Pkcs12ImportSpec.setP12Password(String v)