Class OEREncoder


  • public class OEREncoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OEREncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] toByteArray​(org.bouncycastle.asn1.ASN1Encodable encodable, Element oerElement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OEREncoder

        public OEREncoder()
    • Method Detail

      • toByteArray

        public static byte[] toByteArray​(org.bouncycastle.asn1.ASN1Encodable encodable,
                                         Element oerElement)