Class PrivateKeyFileResource


  • public class PrivateKeyFileResource
    extends Resource<java.io.File>
    • Constructor Summary

      Constructors 
      Constructor Description
      PrivateKeyFileResource​(java.io.File privateKeyFile)  
    • Method Summary

      Modifier and Type Method Description
      java.io.Reader getReader()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PrivateKeyFileResource

        public PrivateKeyFileResource​(java.io.File privateKeyFile)
    • Method Detail

      • getReader

        public java.io.Reader getReader()
                                 throws java.io.IOException
        Specified by:
        getReader in class Resource<java.io.File>
        Throws:
        java.io.IOException