public class ClasspathPrivateKeyProviderTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PRIVATE_KEY_BASE_PATH |
static String |
VALID_KID |
| Constructor and Description |
|---|
ClasspathPrivateKeyProviderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeAbleToReadKeyFromClasspathResource() |
void |
shouldBeAbleToReadKeyFromSpecificClasspathResource() |
void |
shouldGetErrorWhenClasspathResourceDoesNotExist() |
void |
shouldGetErrorWhenKeyParsingFails() |
public static final String PRIVATE_KEY_BASE_PATH
public static final String VALID_KID
public void shouldBeAbleToReadKeyFromClasspathResource()
throws Exception
Exceptionpublic void shouldBeAbleToReadKeyFromSpecificClasspathResource()
throws Exception
Exceptionpublic void shouldGetErrorWhenKeyParsingFails()
throws Exception
ExceptionCopyright © 2017 Atlassian. All rights reserved.