Class GOST28147.BaseAlgParams

    • Constructor Detail

      • BaseAlgParams

        public BaseAlgParams()
    • Method Detail

      • engineInit

        protected final void engineInit​(byte[] encoding)
                                 throws java.io.IOException
        Specified by:
        engineInit in class java.security.AlgorithmParametersSpi
        Throws:
        java.io.IOException
      • engineGetEncoded

        protected final byte[] engineGetEncoded()
                                         throws java.io.IOException
        Specified by:
        engineGetEncoded in class java.security.AlgorithmParametersSpi
        Throws:
        java.io.IOException
      • engineGetEncoded

        protected final byte[] engineGetEncoded​(java.lang.String format)
                                         throws java.io.IOException
        Specified by:
        engineGetEncoded in class java.security.AlgorithmParametersSpi
        Throws:
        java.io.IOException
      • engineInit

        protected final void engineInit​(byte[] params,
                                        java.lang.String format)
                                 throws java.io.IOException
        Specified by:
        engineInit in class java.security.AlgorithmParametersSpi
        Throws:
        java.io.IOException
      • localGetEncoded

        protected byte[] localGetEncoded()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • localEngineGetParameterSpec

        protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec​(java.lang.Class paramSpec)
                                                                                 throws java.security.spec.InvalidParameterSpecException
        Specified by:
        localEngineGetParameterSpec in class BaseAlgorithmParameters
        Throws:
        java.security.spec.InvalidParameterSpecException
      • engineInit

        protected void engineInit​(java.security.spec.AlgorithmParameterSpec paramSpec)
                           throws java.security.spec.InvalidParameterSpecException
        Specified by:
        engineInit in class java.security.AlgorithmParametersSpi
        Throws:
        java.security.spec.InvalidParameterSpecException