Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    JStoASN1: {
        (
            input: Readonly<ASN1AnyJS>,
        ):
            | Integer
            | Sequence
            | Constructed
            | Set
            | GeneralizedTime
            | Null
            | OctetString
            | BitString
            | ObjectIdentifier
            | Boolean
            | PrintableString
            | IA5String
            | Utf8String;
        (input: Readonly<ASN1AnyJS>, allowUndefined: true): ASN1AnyASN;
    }

    Type declaration

      • (
            input: Readonly<ASN1AnyJS>,
        ):
            | Integer
            | Sequence
            | Constructed
            | Set
            | GeneralizedTime
            | Null
            | OctetString
            | BitString
            | ObjectIdentifier
            | Boolean
            | PrintableString
            | IA5String
            | Utf8String
      • Parameters

        Returns
            | Integer
            | Sequence
            | Constructed
            | Set
            | GeneralizedTime
            | Null
            | OctetString
            | BitString
            | ObjectIdentifier
            | Boolean
            | PrintableString
            | IA5String
            | Utf8String

      • (input: Readonly<ASN1AnyJS>, allowUndefined: true): ASN1AnyASN
      • Parameters

        • input: Readonly<ASN1AnyJS>
        • allowUndefined: true

        Returns ASN1AnyASN