{
    "mode": "perldoc",
    "parameter": "Net::DNS::RR::SMIMEA",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ADNS%3A%3ARR%3A%3ASMIMEA/json",
    "generated": "2026-06-13T05:52:18Z",
    "synopsis": "use Net::DNS;\n$rr = Net::DNS::RR->new('name SMIMEA usage selector matchingtype certificate');",
    "sections": {
        "NAME": {
            "content": "Net::DNS::RR::SMIMEA - DNS SMIMEA resource record\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Net::DNS;\n$rr = Net::DNS::RR->new('name SMIMEA usage selector matchingtype certificate');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The SMIMEA DNS resource record (RR) is used to associate an end entity certificate or public key\nwith the associated email address, thus forming a \"SMIMEA certificate association\". The\nsemantics of how the SMIMEA RR is interpreted are described in RFC6698.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "The available methods are those inherited from the base class augmented by the type-specific\nmethods defined in this package.\n\nUse of undocumented package features or direct access to internal data structures is discouraged\nand could result in program termination or other unpredictable behaviour.\n\nusage\n$usage = $rr->usage;\n$rr->usage( $usage );\n\n8-bit integer value which specifies the provided association that will be used to match the\ncertificate.\n\nselector\n$selector = $rr->selector;\n$rr->selector( $selector );\n\n8-bit integer value which specifies which part of the certificate presented by the server will\nbe matched against the association data.\n\nmatchingtype\n$matchingtype = $rr->matchingtype;\n$rr->matchingtype( $matchingtype );\n\n8-bit integer value which specifies how the certificate association is presented.\n\ncertificate\ncert\n$cert = $rr->cert;\n$rr->cert( $cert );\n\nHexadecimal representation of the certificate data.\n\ncertbin\n$certbin = $rr->certbin;\n$rr->certbin( $certbin );\n\nBinary representation of the certificate data.\n\nbabble\nprint $rr->babble;\n\nThe babble() method returns the 'BubbleBabble' representation of the digest if the\nDigest::BubbleBabble package is available, otherwise an empty string is returned.\n\nBubbleBabble represents a message digest as a string of plausible words, to make the digest\neasier to verify. The \"words\" are not necessarily real words, but they look more like words than\na string of hex characters.\n\nThe 'BubbleBabble' string is appended as a comment when the string method is called.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c)2016 Dick Franks.\n\nAll rights reserved.\n\nPackage template (c)2009,2012 O.M.Kolkman and R.W.Franks.\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "Permission to use, copy, modify, and distribute this software and its documentation for any\npurpose and without fee is hereby granted, provided that the original copyright notices appear\nin all copies and that both copyright notice and this permission notice appear in supporting\ndocumentation, and that the name of the author not be used in advertising or publicity\npertaining to distribution of the software without specific prior written permission.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING\nBUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "perl, Net::DNS, Net::DNS::RR, RFC8162, RFC6698\n",
            "subsections": []
        }
    },
    "summary": "Net::DNS::RR::SMIMEA - DNS SMIMEA resource record",
    "flags": [],
    "examples": [],
    "see_also": []
}