Enhydra-Oyster 2.1-7 API
A B C D E F G H I J K M N O P R S T U

G

generateID() - Static method in class org.enhydra.oyster.util.MimeAssist
Generates value for Content-ID MIME header line which is used in construction of multipart/related type of MimeMessage.
getAlgorithmName() - Method in class org.enhydra.oyster.crypto.AlgorithmChecker
Returns algorithm name used in the symmetric encryption.
getAlgorithmName() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the algorithm name used for symmetric encryption.
getAllX509Certificate(KeyStore) - Static method in class org.enhydra.oyster.util.PFXUtils
Returns all X509 Certificates stored in .pfx, or .p12 files (KeyStore).
getBASE64CMSEnvelopedObject() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
Returns complete DER encoded CMS Enveloped Object with BASE64 encoding
getBASE64CMSSignedObject() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Returns complete DER encoded CMS Signed Object with BASE64 encoding
getBASE64WithBreak(byte[], int) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded byte array with the break at the defined character.
getBASE64WithBreak(String, int) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded byte array with the break at the defined character.
getBASE64WithBreakOn76(byte[]) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded byte array with the break at the 76th character.
getBASE64WithBreakOn76(String) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded byte array with the break at the 76th character.
getCMSEnvelopedObject() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
Returns complete DER encoded CMS Enveloped Object.
getCMSSignedObject() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Returns complete DER encoded CMS Signed Object
getCertificateChain(KeyStore) - Static method in class org.enhydra.oyster.util.PFXUtils
Returns all X509 Certificates stored in .pfx, or .p12 files (KeyStore).
getContentOctets() - Method in class org.enhydra.oyster.der.DERObject
Return content octets part from DER object.
getContentPartSize() - Method in class org.enhydra.oyster.der.DERObject
Returns size of content part in DER object (Number of content octets).
getContentType() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
Implements getContentType method from DataSource interface
getContentType() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Implements getContentType method from DataSource interface
getContentType() - Method in class org.enhydra.oyster.activation.StreamDataSource
Implements getContentType method from DataSource interface
getDEREncoded() - Method in class org.enhydra.oyster.cms.Attribute
Returns DER encoded attribute
getDEREncoded() - Method in class org.enhydra.oyster.der.DERObject
Returns DER encoded object
getDecryptedValue() - Method in class org.enhydra.oyster.crypto.AsymmetricEncryption
Returns the decrypted value.
getDecryptedValue() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the decrypted content
getEncryptedValue() - Method in class org.enhydra.oyster.crypto.AsymmetricEncryption
Returns encrypted value.
getEncryptedValue() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the encrypted content.
getEnvelopedMessage() - Method in class org.enhydra.oyster.smime.EnvelopedSMIME
Deprecated.  
getErrNo() - Method in class org.enhydra.oyster.exception.SMIMEException
Returns error number
getErrorMesage(int) - Static method in class org.enhydra.oyster.exception.ErrorStorage
Returns error message text according to the given input number parameter.
getFileTypeMap(String) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns object of class MimetypesFileTypeMap generated by using data stored in the given file.
getGifImage() - Method in class org.enhydra.oyster.test.ExampleGenerator
Returns image file green.gif as ByteArrayInputStream
getHtmlMultipart(InputStream) - Static method in class org.enhydra.oyster.mail.MultipartGenerator
Returns created MimeMultipart for text/html message with html code given through InputStream.
getHtmlMultipart(InputStream, String) - Static method in class org.enhydra.oyster.mail.MultipartGenerator
Returns created MimeMultipart for text/html message with html code given through InputStream.
getHtmlMultipart(InputStream, String, InputStream[]) - Static method in class org.enhydra.oyster.mail.MultipartGenerator
Returns created MimeMultipart for text/html message with html code given through InputStream, path for resolving relative path of resources defined in html code and array of resources given through InputStream.
getHtmlMultipart(InputStream, String, InputStream[], String) - Static method in class org.enhydra.oyster.mail.MultipartGenerator
Returns created MimeMultipart for text/html message with html code given through InputStream, path for resolving relative path of resources defined in html code and array of resources given through InputStream.
getHtmlStream() - Method in class org.enhydra.oyster.test.ExampleGenerator
Returns HTML code from storage.
getHtmlString() - Method in class org.enhydra.oyster.test.ExampleGenerator
Returns HTML code from storage.
getHtmlText() - Method in class org.enhydra.oyster.util.HtmlAnalyzer
Returns html/text document passed throught JTidy html parser.
getID(String) - Static method in class org.enhydra.oyster.der.IdentifierStorage
Returns OID-s as int array which corresponds to the defined name necessary for forming ASN.1 notation of Object Identifiers.
getIV() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the initialization vector (IV) used for Symmetric Cipher and the chosen algorithm.
getIdentifierOctet() - Method in class org.enhydra.oyster.der.DERObject
Returns Identifier Octet
getInputStream() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
Implements getInputStream method from DataSource interface
getInputStream() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Implements getInputStream method from DataSource interface
getInputStream() - Method in class org.enhydra.oyster.activation.StreamDataSource
Implements getInputStream method from DataSource interface
getKeyLength() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the key size in bits used for chosen algorithm name.
getKeySize() - Method in class org.enhydra.oyster.crypto.AlgorithmChecker
Returns key size in bits which is used in the symmetric algorithm.
getLengthOctets() - Method in class org.enhydra.oyster.der.DERObject
Return length octets part from DER object.
getLengthPartSize() - Method in class org.enhydra.oyster.der.DERObject
Returns size of length part in DER object (Number of length octets).
getLengthtDERContentPart() - Method in class org.enhydra.oyster.util.DERLengthSearcher
Returns the number of the content octets in particular DER encoded object
getLengthtDERLengthPart() - Method in class org.enhydra.oyster.util.DERLengthSearcher
Returns the number of the length octets in particular DER encoded object
getMatchingIndex() - Method in class org.enhydra.oyster.util.ByteArrayComparator
Returns the position of the first matching byte in the outher byte array
getMimeMessage() - Method in class org.enhydra.oyster.smime.BaseSMIMEObject
Returns MimeMessage.
getMimeTypeFromFileName(File, String) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns mime-type for given file name and extension.
getMimeTypeFromFileName(String, String) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns mime-type for given file name and extension.
getName() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
ImplementS getName method from DataSource interface
getName() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Implements getName method from DataSource interface
getName() - Method in class org.enhydra.oyster.activation.StreamDataSource
Implements getName method from DataSource interface
getOutputStream() - Method in class org.enhydra.oyster.activation.CMSEnvelopedDataSource
Implements getOutputStream method from DataSource interface.
getOutputStream() - Method in class org.enhydra.oyster.activation.CMSSignedDataSource
Implements getOutputStream method from DataSource interface.
getOutputStream() - Method in class org.enhydra.oyster.activation.StreamDataSource
Implements getOutputStream method from DataSource interface.
getPFXOwnerX509Certificate(KeyStore) - Static method in class org.enhydra.oyster.util.PFXUtils
Returns the owner's Certificate from his .pfx or .p12 file (KeyStore)
getPlainText() - Method in class org.enhydra.oyster.util.HtmlAnalyzer
Returns plain/text representation of given html code document
getPreferedEncoding() - Method in class org.enhydra.oyster.mail.ContentAnalyzer
Returns suggested encoding, after finished analyze.
getPrivateKey(KeyStore) - Static method in class org.enhydra.oyster.util.PFXUtils
Returns the Private key of the certificate's owner from .pfx or .p12 file (pkcs12 format)
getSignIdentifier() - Method in class org.enhydra.oyster.cms.SignerIdentifier
Returns DER encoded Signer Identifier
getSignature(byte[], PrivateKey, String) - Static method in class org.enhydra.oyster.crypto.SigningProcessor
For creating signature values necessary information are: data for signing as byte array, type of signing algorithm, and private key for performing of asymmetric encryption.
getSignedAndEnvelopedSMimeMessage() - Method in class org.enhydra.oyster.smime.SignedAndEnvelopedSMIME
Deprecated.  
getSignedAttribute() - Method in class org.enhydra.oyster.cms.SignedAttributes
Returns DER encoded Signed attributes.
getSignedMessage() - Method in class org.enhydra.oyster.smime.SignedSMIME
Deprecated.  
getStringBASE64WithBreak(byte[], int) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded String with the break at the defined character.
getStringBASE64WithBreak(String, int) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded String with the break at the defined character.
getStringBASE64WithBreakOn76(byte[]) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded String with the break at the 76th character.
getStringBASE64WithBreakOn76(String) - Static method in class org.enhydra.oyster.util.MimeAssist
Returns BASE64 encoded String with the break at the 76th character.
getSwappedAdresses() - Method in class org.enhydra.oyster.util.HtmlAnalyzer
Returns pairs of swapped resource URL adresses or File paths and appropriate generated Content IDs.
getSymmetricKey() - Method in class org.enhydra.oyster.crypto.SymmetricEncryption
Returns the generated symmetric key in bytes.
getTagClassType() - Method in class org.enhydra.oyster.der.DERObject
Returns Class Type
getTagComplexity() - Method in class org.enhydra.oyster.der.DERObject
Returns Tag Complexity
getTagTypeNumber() - Method in class org.enhydra.oyster.der.DERObject
Returns Tag Type
getTotalSize() - Method in class org.enhydra.oyster.der.DERObject
Returns total length of DER object
getZipStream() - Method in class org.enhydra.oyster.test.ExampleGenerator
Returns zip file generated by program as ByteArrayInputStream

Enhydra-Oyster 2.1-7 API
A B C D E F G H I J K M N O P R S T U