Package xades4j.utils

Interface X500ExtensibleNameStyle

All Superinterfaces:
org.bouncycastle.asn1.x500.X500NameStyle
All Known Implementing Classes:
RFC4519ExtensibleStyle

public interface X500ExtensibleNameStyle extends org.bouncycastle.asn1.x500.X500NameStyle
Experimental API. It may be changed or removed in future releases.
Version:
06.08.18
Author:
Artem R. Romanenko
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSymbol(String oid, String... names)
     
     

    Methods inherited from interface org.bouncycastle.asn1.x500.X500NameStyle

    areEqual, attrNameToOID, calculateHashCode, fromString, oidToAttrNames, oidToDisplayName, stringToValue, toString
  • Method Details

    • addSymbol

      void addSymbol(String oid, String... names)
      Parameters:
      oid - Object ID
      names - Names according to Object ID with order of passing
    • getKeywordMap

      Map<String,String> getKeywordMap()
      Returns:
      an attribute type keyword map, where each key is a keyword String that maps to a corresponding object identifier in String form (a sequence of nonnegative integers separated by periods). The map may be empty but never null.
      See Also: