public interface org.springframework.boot.web.server.SslStoreProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.web.server.SslStoreProvider
  super_class: java.lang.Object
{
  public abstract java.security.KeyStore getKeyStore();
    descriptor: ()Ljava/security/KeyStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  public abstract java.security.KeyStore getTrustStore();
    descriptor: ()Ljava/security/KeyStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "SslStoreProvider.java"