Package xades4j.utils

Class RFC4519ExtensibleStyle

java.lang.Object
org.bouncycastle.asn1.x500.style.AbstractX500NameStyle
org.bouncycastle.asn1.x500.style.RFC4519Style
xades4j.utils.RFC4519ExtensibleStyle
All Implemented Interfaces:
org.bouncycastle.asn1.x500.X500NameStyle, X500ExtensibleNameStyle

public class RFC4519ExtensibleStyle extends org.bouncycastle.asn1.x500.style.RFC4519Style implements X500ExtensibleNameStyle
Experimental API. It may be changed or removed in future releases.
Version:
30.07.18
Author:
Artem R. Romanenko
  • Field Summary

    Fields inherited from class org.bouncycastle.asn1.x500.style.RFC4519Style

    businessCategory, c, cn, dc, defaultLookUp, defaultSymbols, description, destinationIndicator, distinguishedName, dnQualifier, enhancedSearchGuide, facsimileTelephoneNumber, generationQualifier, givenName, houseIdentifier, initials, INSTANCE, internationalISDNNumber, l, member, name, o, ou, owner, physicalDeliveryOfficeName, postalAddress, postalCode, postOfficeBox, preferredDeliveryMethod, registeredAddress, roleOccupant, searchGuide, seeAlso, serialNumber, sn, st, street, telephoneNumber, teletexTerminalIdentifier, telexNumber, title, uid, uniqueMember, userPassword, x121Address, x500UniqueIdentifier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class org.bouncycastle.asn1.x500.style.RFC4519Style

    attrNameToOID, encodeStringValue, fromString, oidToAttrNames, oidToDisplayName, toString

    Methods inherited from class org.bouncycastle.asn1.x500.style.AbstractX500NameStyle

    areEqual, calculateHashCode, copyHashTable, rdnAreEqual, stringToValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

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

    • RFC4519ExtensibleStyle

      public RFC4519ExtensibleStyle()
  • Method Details