Codota Logo
XmlSubject.getOrganizationUnit
Code IndexAdd Codota to your IDE (free)

How to use
getOrganizationUnit
method
in
eu.europa.esig.dss.jaxb.simplecertificatereport.XmlSubject

Best Java code snippets using eu.europa.esig.dss.jaxb.simplecertificatereport.XmlSubject.getOrganizationUnit (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: esig/dss

/**
 * This method returns the organizationUnit attribute for a given certificate
 * 
 * @param certificateId
 *            the certificate id
 * @return the organizationUnit if available or null
 */
public String getCertificateOrganizationUnit(String certificateId) {
  XmlChainItem cert = getCertificate(certificateId);
  if (cert != null) {
    return cert.getSubject().getOrganizationUnit();
  }
  return null;
}
eu.europa.esig.dss.jaxb.simplecertificatereportXmlSubjectgetOrganizationUnit

Javadoc

Gets the value of the organizationUnit property.

Popular methods of XmlSubject

  • <init>
  • getCommonName
    Gets the value of the commonName property.
  • getCountry
    Gets the value of the country property.
  • getEmail
    Gets the value of the email property.
  • getGivenName
    Gets the value of the givenName property.
  • getLocality
    Gets the value of the locality property.
  • getOrganizationName
    Gets the value of the organizationName property.
  • getPseudonym
    Gets the value of the pseudonym property.
  • getState
    Gets the value of the state property.
  • getSurname
    Gets the value of the surname property.
  • setCommonName
    Sets the value of the commonName property.
  • setCountry
    Sets the value of the country property.
  • setCommonName,
  • setCountry,
  • setEmail,
  • setGivenName,
  • setLocality,
  • setOrganizationName,
  • setOrganizationUnit,
  • setPseudonym,
  • setState

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • orElseThrow (Optional)
  • onRequestPermissionsResult (Fragment)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedReader (java.io)
    Reads text from a character-input stream, buffering characters so as to provide for the efficient re
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • JTable (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now