Class BaseBlockCipherTest

    • Method Detail

      • oidTest

        protected void oidTest​(java.lang.String[] oids,
                               java.lang.String[] names,
                               int groupSize)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • wrapOidTest

        protected void wrapOidTest​(java.lang.String[] oids,
                                   java.lang.String name)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • wrapTest

        protected void wrapTest​(int id,
                                java.lang.String wrappingAlgorithm,
                                byte[] kek,
                                byte[] in,
                                byte[] out)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • wrapTest

        protected void wrapTest​(int id,
                                java.lang.String wrappingAlgorithm,
                                byte[] kek,
                                byte[] iv,
                                java.security.SecureRandom rand,
                                byte[] in,
                                byte[] out)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception