Enum tugger_apple_codesign::VerificationProblemType[][src]

pub enum VerificationProblemType {
Show 20 variants IoError(Error), MachOParseError(Error), NoMachOSignatureData, MachOSignatureError(AppleCodesignError), LinkeditNotLastSegment, SignatureNotLastLinkeditData, NoCryptographicSignature, CmsError(CmsError), CmsOldDigestAlgorithm(DigestAlgorithm), CmsOldSignatureAlgorithm(SignatureAlgorithm), NoCodeDirectory, CodeDirectoryOldDigestAlgorithm(DigestType), CodeDigestError(AppleCodesignError), CodeDigestMissingEntry(usizeVec<u8>), CodeDigestExtraEntry(usizeVec<u8>), CodeDigestMismatch(usizeVec<u8>, Vec<u8>), SlotDigestMissing(CodeSigningSlot), ExtraSlotDigest(CodeSigningSlotVec<u8>), SlotDigestMismatch(CodeSigningSlotVec<u8>, Vec<u8>), SlotDigestError(AppleCodesignError),
}
Expand description

Describes a problem with verification.

Variants

IoError(Error)

Tuple Fields of IoError

0: Error
MachOParseError(Error)

Tuple Fields of MachOParseError

0: Error
NoMachOSignatureData
MachOSignatureError(AppleCodesignError)

Tuple Fields of MachOSignatureError

0: AppleCodesignError
LinkeditNotLastSegment
SignatureNotLastLinkeditData
NoCryptographicSignature
CmsError(CmsError)

Tuple Fields of CmsError

0: CmsError
CmsOldDigestAlgorithm(DigestAlgorithm)

Tuple Fields of CmsOldDigestAlgorithm

0: DigestAlgorithm
CmsOldSignatureAlgorithm(SignatureAlgorithm)

Tuple Fields of CmsOldSignatureAlgorithm

0: SignatureAlgorithm
NoCodeDirectory
CodeDirectoryOldDigestAlgorithm(DigestType)

Tuple Fields of CodeDirectoryOldDigestAlgorithm

0: DigestType
CodeDigestError(AppleCodesignError)

Tuple Fields of CodeDigestError

0: AppleCodesignError
CodeDigestMissingEntry(usizeVec<u8>)

Tuple Fields of CodeDigestMissingEntry

0: usize1: Vec<u8>
CodeDigestExtraEntry(usizeVec<u8>)

Tuple Fields of CodeDigestExtraEntry

0: usize1: Vec<u8>
CodeDigestMismatch(usizeVec<u8>, Vec<u8>)

Tuple Fields of CodeDigestMismatch

0: usize1: Vec<u8>2: Vec<u8>
SlotDigestMissing(CodeSigningSlot)

Tuple Fields of SlotDigestMissing

0: CodeSigningSlot
ExtraSlotDigest(CodeSigningSlotVec<u8>)

Tuple Fields of ExtraSlotDigest

0: CodeSigningSlot1: Vec<u8>
SlotDigestMismatch(CodeSigningSlotVec<u8>, Vec<u8>)

Tuple Fields of SlotDigestMismatch

0: CodeSigningSlot1: Vec<u8>2: Vec<u8>
SlotDigestError(AppleCodesignError)

Tuple Fields of SlotDigestError

0: AppleCodesignError

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more