文件名称:ASN1Decoder:X.509证书的ASN1 DER解码器
文件大小:61KB
文件格式:ZIP
更新时间:2024-05-24 23:49:50
Swift
ASN1解码器 X.509证书的ASN1 DER解码器 要求 iOS 9.0以上| macOS 10.10以上 Xcode 9 一体化 CocoaPods(iOS 9+,OS X 10.10+) 您可以使用将ASN1Decoder添加到您的Podfile来安装它: platform :ios , '9.0' use_frameworks! target 'MyApp' do pod 'ASN1Decoder' end 迦太基(iOS 9+,OS X 10.10+) 您可以使用将ASN1Decoder添加到您的Cartfile来安装它: github "filom/ASN1Decoder" 用法 解析DER / PEM X.509证书 import ASN1Decoder do { let x509 = try X509Certificate ( data : certDa
【文件预览】:
ASN1Decoder-master
----.swiftlint.yml(502B)
----ASN1Decoder()
--------ASN1Decoder.h(147B)
--------PKCS7.swift(3KB)
--------ASN1Object.swift(3KB)
--------X509ExtensionClasses.swift(6KB)
--------ASN1Decoder.swift(8KB)
--------X509ExtensionAltName.swift(3KB)
--------ASN1DistinguishedNames.swift(4KB)
--------X509Certificate.swift(11KB)
--------ASN1Identifier.swift(3KB)
--------OID.swift(3KB)
--------Info.plist(753B)
--------PKCS7_AppleReceipt.swift(9KB)
--------X509Extension.swift(2KB)
--------ASN1Encoder.swift(2KB)
--------PKCS7_Signature.swift(4KB)
--------X509PublicKey.swift(2KB)
----ASN1Decoder macOS()
--------ASN1Decoder.h(161B)
--------Info.plist(837B)
----LICENSE(1KB)
----Package.swift(1KB)
----ASN1DecoderTests()
--------ASN1DecoderAlternativeNames.swift(3KB)
--------ASN1DecoderExtensions.swift(11KB)
--------ASN1DecoderSignatureTests.swift(7KB)
--------ASN1AppleReceiptTest.swift(8KB)
--------Info.plist(680B)
--------ASN1DecoderTests.swift(7KB)
----ASN1Decoder.podspec(661B)
----.gitignore(1KB)
----README.md(4KB)
----ASN1Decoder.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(33KB)
--------xcshareddata()