Package com.adobe.aio.ims.util
Class PrivateKeyBuilder
- java.lang.Object
-
- com.adobe.aio.ims.util.PrivateKeyBuilder
-
public class PrivateKeyBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAIO_ENCODED_PKCS_8
-
Constructor Summary
Constructors Constructor Description PrivateKeyBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKeybuild()PrivateKeyBuilderconfigPath(String configPath)will first look on the file system, if not found, in the classpathPrivateKeyBuilderencodedPkcs8Key(String encodePkcs8Key)PrivateKeyBuilderproperties(Properties properties)PrivateKeyBuildersystemEnv()
-
-
-
Field Detail
-
AIO_ENCODED_PKCS_8
public static final String AIO_ENCODED_PKCS_8
- See Also:
- Constant Field Values
-
-
Method Detail
-
systemEnv
public PrivateKeyBuilder systemEnv()
-
configPath
public PrivateKeyBuilder configPath(String configPath) throws IOException
will first look on the file system, if not found, in the classpath- Throws:
IOException
-
properties
public PrivateKeyBuilder properties(Properties properties)
-
encodedPkcs8Key
public PrivateKeyBuilder encodedPkcs8Key(String encodePkcs8Key)
-
build
public PrivateKey build()
-
-