Package | Description |
---|---|
org.cryptacular.bean | |
org.cryptacular.io |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceBasedPrivateKeyFactoryBean.getResource() |
Resource |
KeyStoreFactoryBean.getResource() |
Resource |
ResourceBasedSecretKeyFactoryBean.getResource() |
Resource |
ResourceBasedPublicKeyFactoryBean.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBasedPrivateKeyFactoryBean.setResource(Resource resource)
Sets the resource containing key data.
|
void |
KeyStoreFactoryBean.setResource(Resource resource)
Sets the resource that provides encoded keystore data.
|
void |
ResourceBasedSecretKeyFactoryBean.setResource(Resource resource)
Sets the resource containing key data.
|
void |
ResourceBasedPublicKeyFactoryBean.setResource(Resource resource)
Sets the resource containing key data.
|
Constructor and Description |
---|
KeyStoreFactoryBean(Resource resource,
String type,
String password)
Creates a new instance by specifying all properties.
|
ResourceBasedPrivateKeyFactoryBean(Resource resource)
Creates a new instance capable of reading an unencrypted private key.
|
ResourceBasedPrivateKeyFactoryBean(Resource resource,
String decryptionPassword)
Creates a new instance of reading an encrypted private key.
|
ResourceBasedPublicKeyFactoryBean(Resource resource)
Creates a new instance by specifying all properties.
|
ResourceBasedSecretKeyFactoryBean(Resource resource,
String algorithm)
Creates a new instance by specifying all properties.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassPathResource
Resource that produces a
InputStream from a classpath resource. |
class |
FileResource
Resource that produces a buffered
FileInputStream from a file. |
class |
URLResource
Describes a (presumably remote) resource accessible via URL.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.