Declared in WSCKey.h

WSCKeyClass

Defines constants that specify the type of a key.

Definition

typedef NS_ENUM(CSSM_KEYCLASS, WSCKeyClass ) {
   WSCKeyClassPublicKey = ,
   WSCKeyClassPrivateKey = ,
   WSCKeyClassSessionKey = ,
   WSCKeyClassSecretPart = ,
   WSCKeyClassOther = ,
};

Constants

WSCKeyClassPublicKey

Indicates that the key is a public key.

Declared In WSCKey.h.

WSCKeyClassPrivateKey

Indicates that the key is a private key.

Declared In WSCKey.h.

WSCKeyClassSessionKey

Indicates that key is a session or symmetric key.

Declared In WSCKey.h.

WSCKeyClassSecretPart

Indicates that key is part of secret key.

Declared In WSCKey.h.

WSCKeyClassOther

Other types.

Declared In WSCKey.h.

Declared In

WSCKey.h