Class CryptoBinaryImpl

All Implemented Interfaces:
XSBase64Binary, XMLObject, CryptoBinary
Direct Known Subclasses:
ECPointTypeImpl, ExponentImpl, GeneratorImpl, GImpl, JImpl, ModulusImpl, PgenCounterImpl, PgenCounterImpl, PImpl, PImpl, PublicImpl, QImpl, QImpl, SeedImpl, SeedImpl, YImpl

public class CryptoBinaryImpl extends XSBase64BinaryImpl implements CryptoBinary
Concrete implementation of CryptoBinary.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • bigIntValue

      @Nullable private BigInteger bigIntValue
      The cached BigInteger representation of the element's base64-encoded value.
  • Constructor Details

    • CryptoBinaryImpl

      protected CryptoBinaryImpl(@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