Package org.conscrypt

Class OpenSslXwingKeyPairGenerator


  • @Internal
    public final class OpenSslXwingKeyPairGenerator
    extends java.security.KeyPairGenerator
    An implementation of KeyPairGenerator for XWING keys which uses BoringSSL to perform all the operations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.KeyPair generateKeyPair()  
      void initialize​(int bits)  
      • Methods inherited from class java.security.KeyPairGenerator

        genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize, initialize
      • Methods inherited from class java.lang.Object

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

      • OpenSslXwingKeyPairGenerator

        public OpenSslXwingKeyPairGenerator()
    • Method Detail

      • initialize

        public void initialize​(int bits)
                        throws java.security.InvalidParameterException
        Overrides:
        initialize in class java.security.KeyPairGenerator
        Throws:
        java.security.InvalidParameterException
      • generateKeyPair

        public java.security.KeyPair generateKeyPair()
        Overrides:
        generateKeyPair in class java.security.KeyPairGenerator