Class EngineWrapper.TKeyPairGenerator

  • All Implemented Interfaces:
    EngineWrapper<java.security.KeyPairGenerator>
    Enclosing interface:
    EngineWrapper<T>

    public static class EngineWrapper.TKeyPairGenerator
    extends java.lang.Object
    implements EngineWrapper<java.security.KeyPairGenerator>
    KeyPairGenerator wrapper.
    • Constructor Detail

      • TKeyPairGenerator

        public TKeyPairGenerator()
    • Method Detail

      • getInstance

        public java.security.KeyPairGenerator getInstance​(java.lang.String algorithm,
                                                          java.security.Provider provider)
                                                   throws java.security.GeneralSecurityException
        Description copied from interface: EngineWrapper
        Should call T.getInstance(...).
        Specified by:
        getInstance in interface EngineWrapper<java.security.KeyPairGenerator>
        Throws:
        java.security.GeneralSecurityException