From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/nid/enum.Nid.html | 270 +++++++++++++++++++++++++++++++++++++++++++ openssl/nid/index.html | 110 ++++++++++++++++++ openssl/nid/sidebar-items.js | 1 + 3 files changed, 381 insertions(+) create mode 100644 openssl/nid/enum.Nid.html create mode 100644 openssl/nid/index.html create mode 100644 openssl/nid/sidebar-items.js (limited to 'openssl/nid') diff --git a/openssl/nid/enum.Nid.html b/openssl/nid/enum.Nid.html new file mode 100644 index 0000000..a5f89c4 --- /dev/null +++ b/openssl/nid/enum.Nid.html @@ -0,0 +1,270 @@ + + + + + + + + + + openssl::nid::Nid - Rust + + + + + + + + + + + + + + + +
+

Enum openssl::nid::Nid + + [] + + [src]

+
pub enum Nid {
+    Undefined,
+    Rsadsi,
+    Pkcs,
+    MD2,
+    MD4,
+    MD5,
+    RC4,
+    RsaEncryption,
+    RSA_MD2,
+    RSA_MD5,
+    PBE_MD2_DES,
+    X500,
+    x509,
+    CN,
+    C,
+    L,
+    ST,
+    O,
+    OU,
+    RSA,
+    Pkcs7,
+    Pkcs7_data,
+    Pkcs7_signedData,
+    Pkcs7_envelopedData,
+    Pkcs7_signedAndEnvelopedData,
+    Pkcs7_digestData,
+    Pkcs7_encryptedData,
+    Pkcs3,
+    DhKeyAgreement,
+    DES_ECB,
+    DES_CFB,
+    DES_CBC,
+    DES_EDE,
+    DES_EDE3,
+    IDEA_CBC,
+    IDEA_ECB,
+    RC2_CBC,
+    RC2_ECB,
+    RC2_CFB,
+    RC2_OFB,
+    SHA,
+    RSA_SHA,
+    DES_EDE_CBC,
+    DES_EDE3_CBC,
+    DES_OFB,
+    IDEA_OFB,
+    Pkcs9,
+    Email,
+    UnstructuredName,
+    ContentType,
+    MessageDigest,
+    SigningTime,
+    CounterSignature,
+    UnstructuredAddress,
+    ExtendedCertificateAttributes,
+    Netscape,
+    NetscapeCertExtention,
+    NetscapeDatatype,
+    DES_EDE_CFB64,
+    DES_EDE3_CFB64,
+    DES_EDE_OFB64,
+    DES_EDE3_OFB64,
+    SHA1,
+    RSA_SHA1,
+    DSA_SHA,
+    DSA_OLD,
+    PBE_SHA1_RC2_64,
+    PBKDF2,
+    DSA_SHA1_OLD,
+    NetscapeCertType,
+    NetscapeBaseUrl,
+    NetscapeRevocationUrl,
+    NetscapeCARevocationUrl,
+    NetscapeRenewalUrl,
+    NetscapeCAPolicyUrl,
+    NetscapeSSLServerName,
+    NetscapeComment,
+    NetscapeCertSequence,
+    DESX_CBC,
+    ID_CE,
+    SubjectKeyIdentifier,
+    KeyUsage,
+    PrivateKeyUsagePeriod,
+    SubjectAltName,
+    IssuerAltName,
+    BasicConstraints,
+    CrlNumber,
+    CertificatePolicies,
+    AuthorityKeyIdentifier,
+    BF_CBC,
+    BF_ECB,
+    BF_OFB,
+    MDC2,
+    RSA_MDC2,
+    RC4_40,
+    RC2_40_CBC,
+    G,
+    S,
+    I,
+    UID,
+    CrlDistributionPoints,
+    RSA_NP_MD5,
+    SN,
+    T,
+    D,
+    CAST5_CBC,
+    CAST5_ECB,
+    CAST5_CFB,
+    CAST5_OFB,
+    PbeWithMD5AndCast5CBC,
+    DSA_SHA1,
+    MD5_SHA1,
+    RSA_SHA1_2,
+    DSA,
+    RIPEMD160,
+    RSA_RIPEMD160,
+    RC5_CBC,
+    RC5_ECB,
+    RC5_CFB,
+    RC5_OFB,
+    RLE,
+    ZLIB,
+    ExtendedKeyUsage,
+    PKIX,
+    ID_KP,
+    ServerAuth,
+    ClientAuth,
+    CodeSigning,
+    EmailProtection,
+    TimeStamping,
+    MsCodeInd,
+    MsCodeCom,
+    MsCtlSigh,
+    MsSGC,
+    MsEFS,
+    NsSGC,
+    DeltaCRL,
+    CRLReason,
+    InvalidityDate,
+    SXNetID,
+    Pkcs12,
+    PBE_SHA1_RC4_128,
+    PBE_SHA1_RC4_40,
+    PBE_SHA1_3DES,
+    PBE_SHA1_2DES,
+    PBE_SHA1_RC2_128,
+    PBE_SHA1_RC2_40,
+    KeyBag,
+    Pkcs8ShroudedKeyBag,
+    CertBag,
+    CrlBag,
+    SecretBag,
+    SafeContentsBag,
+    FriendlyName,
+    LocalKeyID,
+    X509Certificate,
+    SdsiCertificate,
+    X509Crl,
+    PBES2,
+    PBMAC1,
+    HmacWithSha1,
+    ID_QT_CPS,
+    ID_QT_UNOTICE,
+    RC2_64_CBC,
+    SMIMECaps,
+}

Variants

+
Undefined
Rsadsi
Pkcs
MD2
MD4
MD5
RC4
RsaEncryption
RSA_MD2
RSA_MD5
PBE_MD2_DES
X500
x509
CN
C
L
ST
O
OU
RSA
Pkcs7
Pkcs7_data
Pkcs7_signedData
Pkcs7_envelopedData
Pkcs7_signedAndEnvelopedData
Pkcs7_digestData
Pkcs7_encryptedData
Pkcs3
DhKeyAgreement
DES_ECB
DES_CFB
DES_CBC
DES_EDE
DES_EDE3
IDEA_CBC
IDEA_ECB
RC2_CBC
RC2_ECB
RC2_CFB
RC2_OFB
SHA
RSA_SHA
DES_EDE_CBC
DES_EDE3_CBC
DES_OFB
IDEA_OFB
Pkcs9
Email
UnstructuredName
ContentType
MessageDigest
SigningTime
CounterSignature
UnstructuredAddress
ExtendedCertificateAttributes
Netscape
NetscapeCertExtention
NetscapeDatatype
DES_EDE_CFB64
DES_EDE3_CFB64
DES_EDE_OFB64
DES_EDE3_OFB64
SHA1
RSA_SHA1
DSA_SHA
DSA_OLD
PBE_SHA1_RC2_64
PBKDF2
DSA_SHA1_OLD
NetscapeCertType
NetscapeBaseUrl
NetscapeRevocationUrl
NetscapeCARevocationUrl
NetscapeRenewalUrl
NetscapeCAPolicyUrl
NetscapeSSLServerName
NetscapeComment
NetscapeCertSequence
DESX_CBC
ID_CE
SubjectKeyIdentifier
KeyUsage
PrivateKeyUsagePeriod
SubjectAltName
IssuerAltName
BasicConstraints
CrlNumber
CertificatePolicies
AuthorityKeyIdentifier
BF_CBC
BF_ECB
BF_OFB
MDC2
RSA_MDC2
RC4_40
RC2_40_CBC
G
S
I
UID
CrlDistributionPoints
RSA_NP_MD5
SN
T
D
CAST5_CBC
CAST5_ECB
CAST5_CFB
CAST5_OFB
PbeWithMD5AndCast5CBC
DSA_SHA1
MD5_SHA1
RSA_SHA1_2
DSA
RIPEMD160
RSA_RIPEMD160
RC5_CBC
RC5_ECB
RC5_CFB
RC5_OFB
RLE
ZLIB
ExtendedKeyUsage
PKIX
ID_KP
ServerAuth
ClientAuth
CodeSigning
EmailProtection
TimeStamping
MsCodeInd
MsCodeCom
MsCtlSigh
MsSGC
MsEFS
NsSGC
DeltaCRL
CRLReason
InvalidityDate
SXNetID
Pkcs12
PBE_SHA1_RC4_128
PBE_SHA1_RC4_40
PBE_SHA1_3DES
PBE_SHA1_2DES
PBE_SHA1_RC2_128
PBE_SHA1_RC2_40
KeyBag
Pkcs8ShroudedKeyBag
CertBag
CrlBag
SecretBag
SafeContentsBag
FriendlyName
LocalKeyID
X509Certificate
SdsiCertificate
X509Crl
PBES2
PBMAC1
HmacWithSha1
ID_QT_CPS
ID_QT_UNOTICE
RC2_64_CBC
SMIMECaps

Trait Implementations

Derived Implementations

impl Clone for Nid

fn clone(&self) -> Nid

+

fn clone_from(&mut self, source: &Self)

+

impl Copy for Nid

+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/openssl/nid/index.html b/openssl/nid/index.html new file mode 100644 index 0000000..560e776 --- /dev/null +++ b/openssl/nid/index.html @@ -0,0 +1,110 @@ + + + + + + + + + + openssl::nid - Rust + + + + + + + + + + + + + + + +
+

Module openssl::nid + + [] + + [src]

+

Enums

+ + + + + +
Nid + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/openssl/nid/sidebar-items.js b/openssl/nid/sidebar-items.js new file mode 100644 index 0000000..cc1af5c --- /dev/null +++ b/openssl/nid/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"enum":[["Nid",""]]}); \ No newline at end of file -- cgit v1.2.3