Uses of Interface
org.cryptacular.io.Resource
Packages that use Resource
-
Uses of Resource in org.cryptacular.bean
Fields in org.cryptacular.bean declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceKeyStoreFactoryBean.resourceResource that provides encoded keystore data.private final ResourceResourceBasedPrivateKeyFactoryBean.resourceResource containing key data.private final ResourceResourceBasedPublicKeyFactoryBean.resourceResource containing key data.private final ResourceResourceBasedSecretKeyFactoryBean.resourceResource containing key data.Methods in org.cryptacular.bean that return ResourceModifier and TypeMethodDescriptionKeyStoreFactoryBean.getResource()ResourceBasedPrivateKeyFactoryBean.getResource()ResourceBasedPublicKeyFactoryBean.getResource()ResourceBasedSecretKeyFactoryBean.getResource()Constructors in org.cryptacular.bean with parameters of type ResourceModifierConstructorDescriptionKeyStoreFactoryBean(Resource resource, String password) Creates a new keystore factory bean.KeyStoreFactoryBean(Resource resource, String type, String password) Creates a new keystore factory bean.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 resource based public key factory bean.ResourceBasedSecretKeyFactoryBean(Resource resource, String algorithm) Creates a new resource based secret key factory bean. -
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.