Class MobileSecurityObjectParser


  • public class MobileSecurityObjectParser
    extends java.lang.Object
    Helper class for parsing the bytes of MobileSecurityObject CBOR as specified in ISO/IEC 18013-5 section 9.1.2 Issuer data authentication.
    • Method Detail

      • setMobileSecurityObject

        @NonNull
        public MobileSecurityObjectParser setMobileSecurityObject​(@NonNull
                                                                  byte[] encodedMobileSecurityObject)
        Sets the bytes of the MobileSecurityObject CBOR.
        Parameters:
        encodedMobileSecurityObject - The bytes of MobileSecurityObject.
        Returns:
        The MobileSecurityObjectParser.