Class TigerPkiIdentityLoader

java.lang.Object
de.gematik.test.tiger.common.pki.TigerPkiIdentityLoader

public class TigerPkiIdentityLoader extends Object
  • Constructor Details

    • TigerPkiIdentityLoader

      public TigerPkiIdentityLoader()
  • Method Details

    • loadRbelPkiIdentity

      public static TigerPkiIdentity loadRbelPkiIdentity(String information)
      Loads the described identity. The information string can be "my/file/name.p12;p12password" or "p12password;my/file/name.p12" or "cert.pem;key.pkcs8" or "rsaCert.pem;rsaKey.pkcs1" or "key/store.jks;key" or "key/store.jks;key1;key2" or "key/store.jks;jks;key"

      Each part can be one of: * filename * password * store-type (accepted are P12, PKCS12, JKS)

      Parameters:
      information - the information string a semi colon separated list of values being filename, password, type
      Returns:
      pki identity object as used within the Tiger platform
    • loadRbelPkiIdentity

      public static TigerPkiIdentity loadRbelPkiIdentity(File file, String information)
    • loadRbelPkiIdentityWithGuessedPassword

      public static TigerPkiIdentity loadRbelPkiIdentityWithGuessedPassword(File file)