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 TypeMethodDescriptionvoidKeyStoreFactoryBean.setResource(Resource resource) Sets the resource that provides encoded keystore data.voidResourceBasedPrivateKeyFactoryBean.setResource(Resource resource) Sets the resource containing key data.voidResourceBasedPublicKeyFactoryBean.setResource(Resource resource) Sets the resource containing key data.voidResourceBasedSecretKeyFactoryBean.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 TypeClassDescriptionclassResource that produces aInputStreamfrom a classpath resource.classResource that produces a bufferedFileInputStreamfrom a file.classDescribes a (presumably remote) resource accessible via URL.