PSPDFAESCryptoInputStreamErrorCode
Objective-C
enum PSPDFAESCryptoInputStreamErrorCode {}
Swift
typealias AESCryptoInputStreamError.Code._ErrorType = AESCryptoInputStreamError
List of documented errors within the PSPDFAESCryptoInputStream.
Note
Used in the PSPDFAESCryptoInputStream -(NSError *)streamError method.-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorUnknownVersionInFileHeader = 110
Swift
case unknownVersionInFileHeader = 110
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorWrongCloseCalled = 120
Swift
case wrongCloseCalled = 120
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorCryptorCreationFailed = 130
Swift
case cryptorCreationFailed = 130
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorCryptorResetToIVFailed = 140
Swift
case cryptorResetToIVFailed = 140
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorCloseExpectedInsteadOfRead = 150
Swift
case closeExpectedInsteadOfRead = 150
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorDecryptingBlockFailed = 160
Swift
case decryptingBlockFailed = 160
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorCryptorFinalFailed = 170
Swift
case cryptorFinalFailed = 170
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorHMACCheckFailed = 180
Swift
case hmacCheckFailed = 180
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorIncorrectHMACInFile = 190
Swift
case incorrectHMACInFile = 190
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorMemoryAllocationFailed = 200
Swift
case memoryAllocationFailed = 200
-
Undocumented
Declaration
Objective-C
PSPDFAESCryptoInputStreamErrorUnknown = NSIntegerMax
Swift
case unknown = 9223372036854775807
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.unknownVersionInFileHeader
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamUnknownVersionInFileHeader PSPDF_DEPRECATED(9.4, 4.4, "Use `.unknownVersionInFileHeader` instead.") = PSPDFAESCryptoInputStreamErrorUnknownVersionInFileHeader
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.wrongCloseCalled
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamWrongCloseCalled PSPDF_DEPRECATED(9.4, 4.4, "Use `.wrongCloseCalled` instead.") = PSPDFAESCryptoInputStreamErrorWrongCloseCalled
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.cryptorCreationFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamCryptorCreationFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.cryptorCreationFailed` instead.") = PSPDFAESCryptoInputStreamErrorCryptorCreationFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.cryptorResetToIVFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamCryptorResetToIVFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.cryptorResetToIVFailed` instead.") = PSPDFAESCryptoInputStreamErrorCryptorResetToIVFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.closeExpectedInsteadOfRead
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamCloseExpectedInsteadOfRead PSPDF_DEPRECATED(9.4, 4.4, "Use `.closeExpectedInsteadOfRead` instead.") = PSPDFAESCryptoInputStreamErrorCloseExpectedInsteadOfRead
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.decryptingBlockFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamErrorDecryptingBlock PSPDF_DEPRECATED(9.4, 4.4, "Use `.decryptingBlockFailed` instead.") = PSPDFAESCryptoInputStreamErrorDecryptingBlockFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.cryptorFinalFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamCryptorFinalFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.cryptorFinalFailed` instead.") = PSPDFAESCryptoInputStreamErrorCryptorFinalFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.hMACCheckFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamHMACCheckFailed PSPDF_DEPRECATED(9.4, 4.4, "Use `.hMACCheckFailed` instead.") = PSPDFAESCryptoInputStreamErrorHMACCheckFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.incorrectHMACInFile
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamIncorrectHMACInFile PSPDF_DEPRECATED(9.4, 4.4, "Use `.incorrectHMACInFile` instead.") = PSPDFAESCryptoInputStreamErrorIncorrectHMACInFile
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.memoryAllocationFailed
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamFailedToAllocateMemory PSPDF_DEPRECATED(9.4, 4.4, "Use `.memoryAllocationFailed` instead.") = PSPDFAESCryptoInputStreamErrorMemoryAllocationFailed
-
Deprecated
Deprecated in PSPDFKit 4.4 for macOS. Use
.unknown
instead.Undocumented
Declaration
Objective-C
PSPDFErrorCodeAESCryptoInputStreamUnknown PSPDF_DEPRECATED(9.4, 4.4, "Use `.unknown` instead.") = PSPDFAESCryptoInputStreamErrorUnknown