SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

externalCryptoMethod (property)

Specifies the asynchronous signing method.

Syntax

@property (nonatomic,readwrite,assign,getter=externalCryptoMethod,setter=setExternalCryptoMethod:) int externalCryptoMethod;
- (int)externalCryptoMethod;
- (void)setExternalCryptoMethod:(int)newExternalCryptoMethod;

/* Possible Values */
ASMD_PKCS1(0),
ASMD_PKCS7(1)
public var externalCryptoMethod: CertificatemanagerExternalCryptoMethods {
  get {...}
set {...} }
public enum CertificatemanagerExternalCryptoMethods : Int32 { case asmdPKCS1 = 0 case asmdPKCS7 = 1 }

Default Value

0

Remarks

Specifies the asynchronous signing method. This is typically defined by the DC server capabilities and setup.

Available options:

asmdPKCS10
asmdPKCS71

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]