Class KeyPairPKCS8

java.lang.Object
com.jcraft.jsch.KeyPair
com.jcraft.jsch.KeyPairPKCS8

public class KeyPairPKCS8 extends KeyPair
  • Field Details

    • rsaEncryption

      private static final byte[] rsaEncryption
    • dsaEncryption

      private static final byte[] dsaEncryption
    • pbes2

      private static final byte[] pbes2
    • pbkdf2

      private static final byte[] pbkdf2
    • aes128cbc

      private static final byte[] aes128cbc
    • aes192cbc

      private static final byte[] aes192cbc
    • aes256cbc

      private static final byte[] aes256cbc
    • pbeWithMD5AndDESCBC

      private static final byte[] pbeWithMD5AndDESCBC
    • kpair

      private KeyPair kpair
    • begin

      private static final byte[] begin
    • end

      private static final byte[] end
  • Constructor Details

    • KeyPairPKCS8

      public KeyPairPKCS8(JSch jsch)
  • Method Details