Class X509DnDecoder

  • All Implemented Interfaces:
    java.util.function.Function<DERBuffer,​Dn>

    public class X509DnDecoder
    extends java.lang.Object
    implements java.util.function.Function<DERBuffer,​Dn>
    Utility class for decoding the DER data in an X509 DN.
    Author:
    Middleware Services
    • Constructor Summary

      Constructors 
      Constructor Description
      X509DnDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dn apply​(DERBuffer encoded)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • X509DnDecoder

        public X509DnDecoder()
    • Method Detail

      • apply

        public Dn apply​(DERBuffer encoded)
        Specified by:
        apply in interface java.util.function.Function<DERBuffer,​Dn>