Package-level declarations

Types

Link copied to clipboard
class MobileSecurityObjectGenerator(digestAlgorithm: Algorithm, docType: String, deviceKey: EcPublicKey)

Helper class for building MobileSecurityObject CBOR as specified ISO/IEC 18013-5:2021 section 9.1.2 Issuer data authentication

Link copied to clipboard
class MobileSecurityObjectParser(encodedMobileSecurityObject: ByteArray)

Helper class for parsing the bytes of MobileSecurityObject CBOR as specified in ISO/IEC 18013-5 section 9.1.2 Issuer data authentication.

Link copied to clipboard
class StaticAuthDataGenerator(digestIdMapping: Map<String, List<ByteArray>>, encodedIssuerAuth: ByteArray)

Helper class for building StaticAuthData CBOR with the following CDDL:

Link copied to clipboard
class StaticAuthDataParser(encodedStaticAuthData: ByteArray)

Helper class for parsing the bytes of StaticAuthData CBOR as specified in ISO/IEC 18013-5:2021 section 9.1.2 Issuer data authentication.