SecureBlackbox 2020 iOS Edition

Questions / Feedback?

serverKeyKeyFormat (property)

Specifies the format in which the key is stored.

Syntax

@property (nonatomic,readonly,assign,getter=serverKeyKeyFormat) int serverKeyKeyFormat;
- (int)serverKeyKeyFormat;

/* Possible Values */
CKF_OPEN_SSH(0),
CKF_OPEN_SSH2(1),
CKF_IETF(2),
CKF_PU_TTY(3),
CKF_X509(4),
CKF_BINARY(5),
CKF_SSH1(6),
CKF_PGP(7),
CKF_PKCS8(8)
public var serverKeyKeyFormat: SshclientServerKeyKeyFormats {
  get {...}
}
public enum SshclientServerKeyKeyFormats : Int32 { case ckfOpenSSH = 0 case ckfOpenSSH2 = 1 case ckfIETF = 2 case ckfPuTTY = 3 case ckfX509 = 4 case ckfBinary = 5 case ckfSSH1 = 6 case ckfPGP = 7 case ckfPKCS8 = 8 }

Default Value

0

Remarks

Specifies the format in which the key is stored.

ckfOpenSSH0
ckfOpenSSH21
ckfIETF2
ckfPuTTY3
ckfX5094
ckfBinary5
ckfSSH16
ckfPGP7
ckfPKCS88

This property is read-only.

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