Uses of Class
org.apache.harmony.security.x509.ExtensionValue

Packages that use ExtensionValue
Package Description
org.apache.harmony.security.x509  
  • Uses of ExtensionValue in org.apache.harmony.security.x509

    Subclasses of ExtensionValue in org.apache.harmony.security.x509
    Modifier and Type Class Description
    class  AlternativeName
    This class implements the values of Subject Alternative Name (OID is 2.5.29.17) and Issuer Alternative Name extensions (OID is 2.5.29.18).
    For more information about these extensions see RFC 3280 at http://www.ietf.org/rfc/rfc3280.txt
    class  AuthorityKeyIdentifier
    The class encapsulates the ASN.1 DER encoding/decoding work with Authority Key Identifier Extension (OID = 2.5.29.35).
    class  BasicConstraints
    Basic Constraints Extension (OID == 2.5.29.19).
    class  CertificateIssuer
    CRL Entry's Certificate Issuer Extension (OID = 2.5.29.29).
    class  CertificatePolicies
    The class encapsulates the ASN.1 DER encoding/decoding work with Certificate Policies structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.
    class  CRLDistributionPoints
    The class encapsulates the ASN.1 DER encoding/decoding work with the CRL Distribution Points which is the part of X.509 Certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.
    class  CRLNumber
    CRL Entry's CRL Number Extension (OID = 2.5.29.20).
    class  ExtendedKeyUsage
    Extended Key Usage Extension (OID == 2.5.29.37).
    class  InfoAccessSyntax
    The class encapsulates the ASN.1 DER encoding/decoding work with the SubjectInfoAccessSyntax and AuthorityInfoAccessSyntax which are a part of X.509 framework (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.
    class  InhibitAnyPolicy
    InhibitAnyPolicy Certificate Extension (OID = 2.5.29.54) Its ASN.1 notation is as follows:
    class  InvalidityDate
    CRL Entry's Invalidity Date Extension (OID = 2.5.29.24).
    class  IssuingDistributionPoint
    CRL's Issuing Distribution Point Extension (OID = 2.5.29.28).
    class  KeyUsage
    Key Usage Extension (OID = 2.5.29.15).
    class  NameConstraints
    The class encapsulates the ASN.1 DER encoding/decoding work with the following structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.
    class  PolicyConstraints
    The class encapsulates the ASN.1 DER encoding/decoding work with PolicyConstraints structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.
    class  ReasonCode
    CRL Entry's Reason Code Extension (OID = 2.5.29.21).
    class  SubjectKeyIdentifier
    Subject Key Identifier Extension (OID = 2.5.29.14).
    Fields in org.apache.harmony.security.x509 declared as ExtensionValue
    Modifier and Type Field Description
    protected ExtensionValue Extension.extnValueObject  
    Methods in org.apache.harmony.security.x509 that return ExtensionValue
    Modifier and Type Method Description
    ExtensionValue Extension.getDecodedExtensionValue()  
    Constructors in org.apache.harmony.security.x509 with parameters of type ExtensionValue
    Constructor Description
    Extension​(String extnID, boolean critical, ExtensionValue extnValueObject)