Class ExtendedKeyUsages

java.lang.Object
eu.europa.esig.dss.model.x509.extension.CertificateExtension
eu.europa.esig.dss.model.x509.extension.ExtendedKeyUsages
All Implemented Interfaces:
OidBasedEnum, OidDescription, Serializable

public class ExtendedKeyUsages extends CertificateExtension
4.2.1.12. Extended Key Usage This extension indicates one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension. In general, this extension will appear only in end entity certificates.
See Also:
  • Constructor Details

    • ExtendedKeyUsages

      public ExtendedKeyUsages()
      Default constructor
  • Method Details

    • getOids

      public List<String> getOids()
      Returns the extended key usage OIDs
      Returns:
      a list of Strings
    • setOids

      public void setOids(List<String> oids)
      Sets the extended key usage OIDs
      Parameters:
      oids - a list of Strings