Class DEREncodedKeyValueImpl

All Implemented Interfaces:
XSBase64Binary, XMLObject, DEREncodedKeyValue

public class DEREncodedKeyValueImpl extends XSBase64BinaryImpl implements DEREncodedKeyValue
Concrete implementation of DEREncodedKeyValue.
  • Field Details

    • id

      @Nullable private String id
      Algorithm attribute value.
  • Constructor Details

    • DEREncodedKeyValueImpl

      protected DEREncodedKeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details