Uses of Interface
org.cryptacular.io.Resource
Packages that use Resource
-
Uses of Resource in org.cryptacular.bean
Methods in org.cryptacular.bean that return ResourceModifier and TypeMethodDescriptionKeyStoreFactoryBean.getResource()
ResourceBasedPrivateKeyFactoryBean.getResource()
ResourceBasedPublicKeyFactoryBean.getResource()
ResourceBasedSecretKeyFactoryBean.getResource()
Methods in org.cryptacular.bean with parameters of type ResourceModifier and TypeMethodDescriptionvoid
KeyStoreFactoryBean.setResource
(Resource resource) Sets the resource that provides encoded keystore data.void
ResourceBasedPrivateKeyFactoryBean.setResource
(Resource resource) Sets the resource containing key data.void
ResourceBasedPublicKeyFactoryBean.setResource
(Resource resource) Sets the resource containing key data.void
ResourceBasedSecretKeyFactoryBean.setResource
(Resource resource) Sets the resource containing key data.Constructors in org.cryptacular.bean with parameters of type ResourceModifierConstructorDescriptionKeyStoreFactoryBean
(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. -
Uses of Resource in org.cryptacular.io
Classes in org.cryptacular.io that implement ResourceModifier and TypeClassDescriptionclass
Resource that produces aInputStream
from a classpath resource.class
Resource that produces a bufferedFileInputStream
from a file.class
Describes a (presumably remote) resource accessible via URL.