Class ArmorUtils


  • public class ArmorUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArmorUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toAsciiArmoredString​(byte[] bytes)  
      static java.lang.String toAsciiArmoredString​(java.io.InputStream inputStream)  
      static java.lang.String toAsciiArmoredString​(org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)  
      static java.lang.String toAsciiArmoredString​(org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)  
      • Methods inherited from class java.lang.Object

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

      • ArmorUtils

        public ArmorUtils()
    • Method Detail

      • toAsciiArmoredString

        public static java.lang.String toAsciiArmoredString​(org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • toAsciiArmoredString

        public static java.lang.String toAsciiArmoredString​(org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • toAsciiArmoredString

        public static java.lang.String toAsciiArmoredString​(byte[] bytes)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • toAsciiArmoredString

        public static java.lang.String toAsciiArmoredString​(java.io.InputStream inputStream)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException