Class TKBERTLVRecord

  • All Implemented Interfaces:
    NSObject

    public class TKBERTLVRecord
    extends TKTLVRecord
    TKBERTLVRecord implements encoding using BER-TLV encoding rules. It is able to parse BER-encoded data and always produces DER-encoded data. No interpretation of tag values is made, all values are treated only as NSData irrespective of the tag.
    • Constructor Detail

      • TKBERTLVRecord

        protected TKBERTLVRecord​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • dataForTag

        public static NSData dataForTag​(long tag)
        Encodes tag using BER-TLV tag encoding rules.
        Parameters:
        tag - Tag value to encode
        Returns:
        Binary block containing encoded tag value.
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • initWithTagRecords

        public TKBERTLVRecord initWithTagRecords​(long tag,
                                                 NSArray<? extends TKTLVRecord> records)
        Creates TKBERTLVRecord with specified tag and array of children TKTLVRecord instances as subrecords.
        Parameters:
        tag - Tag value for the new record.
        records - Array of TKTLVRecord instances serving as subrecords of this record.
        Returns:
        Newly created TLV record.
      • initWithTagValue

        public TKBERTLVRecord initWithTagValue​(long tag,
                                               NSData value)
        Creates TLV record with specified tag and value.
        Parameters:
        tag - Tag value for the new record.
        value - Value for the new record.
        Returns:
        Newly created TLV record.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()