| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (1.8.0_40) on Thu Jul 20 13:18:52 PDT 2017 --> |
| <title>Index (gobblin-crypto 0.11.0 API)</title> |
| <meta name="date" content="2017-07-20"> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Index (gobblin-crypto 0.11.0 API)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?index-all.html" target="_top">Frames</a></li> |
| <li><a href="index-all.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="contentContainer"><a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a name="I:B"> |
| <!-- --> |
| </a> |
| <h2 class="title">B</h2> |
| <dl> |
| <dt><a href="gobblin/crypto/Base64KeyToStringCodec.html" title="class in gobblin.crypto"><span class="typeNameLink">Base64KeyToStringCodec</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Encodes and decodes a string as base64.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/Base64KeyToStringCodec.html#Base64KeyToStringCodec--">Base64KeyToStringCodec()</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/Base64KeyToStringCodec.html" title="class in gobblin.crypto">Base64KeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html#buildEncryptor-gobblin.configuration.WorkUnitState-">buildEncryptor(WorkUnitState)</a></span> - Method in class gobblin.converter.<a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter">SerializedRecordToEncryptedSerializedRecordConverterBase</a></dt> |
| <dd> |
| <div class="block">Build the StreamCodec that will be used to encrypt each byte record.</div> |
| </dd> |
| </dl> |
| <a name="I:C"> |
| <!-- --> |
| </a> |
| <h2 class="title">C</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html#convertRecord-java.lang.String-gobblin.type.RecordWithMetadata-gobblin.configuration.WorkUnitState-">convertRecord(String, RecordWithMetadata<byte[]>, WorkUnitState)</a></span> - Method in class gobblin.converter.<a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter">SerializedRecordToEncryptedSerializedRecordConverterBase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html#convertSchema-java.lang.String-gobblin.configuration.WorkUnitState-">convertSchema(String, WorkUnitState)</a></span> - Method in class gobblin.converter.<a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter">SerializedRecordToEncryptedSerializedRecordConverterBase</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:D"> |
| <!-- --> |
| </a> |
| <h2 class="title">D</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGCodec.html#decodeInputStream-java.io.InputStream-">decodeInputStream(InputStream)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto">GPGCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/RotatingAESCodec.html#decodeInputStream-java.io.InputStream-">decodeInputStream(InputStream)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/RotatingAESCodec.html" title="class in gobblin.crypto">RotatingAESCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/Base64KeyToStringCodec.html#decodeKey-java.lang.String-">decodeKey(String)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/Base64KeyToStringCodec.html" title="class in gobblin.crypto">Base64KeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/HexKeyToStringCodec.html#decodeKey-java.lang.String-">decodeKey(String)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/HexKeyToStringCodec.html" title="class in gobblin.crypto">HexKeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/KeyToStringCodec.html#decodeKey-java.lang.String-">decodeKey(String)</a></span> - Method in interface gobblin.crypto.<a href="gobblin/crypto/KeyToStringCodec.html" title="interface in gobblin.crypto">KeyToStringCodec</a></dt> |
| <dd> |
| <div class="block">Given the string representation of a key, return the raw byte format.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGFileDecryptor.html#decryptFile-java.io.InputStream-java.lang.String-">decryptFile(InputStream, String)</a></span> - Static method in class gobblin.crypto.<a href="gobblin/crypto/GPGFileDecryptor.html" title="class in gobblin.crypto">GPGFileDecryptor</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:E"> |
| <!-- --> |
| </a> |
| <h2 class="title">E</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/Base64KeyToStringCodec.html#encodeKey-byte:A-">encodeKey(byte[])</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/Base64KeyToStringCodec.html" title="class in gobblin.crypto">Base64KeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/HexKeyToStringCodec.html#encodeKey-byte:A-">encodeKey(byte[])</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/HexKeyToStringCodec.html" title="class in gobblin.crypto">HexKeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/KeyToStringCodec.html#encodeKey-byte:A-">encodeKey(byte[])</a></span> - Method in interface gobblin.crypto.<a href="gobblin/crypto/KeyToStringCodec.html" title="interface in gobblin.crypto">KeyToStringCodec</a></dt> |
| <dd> |
| <div class="block">Encode the raw byte format of a key in an encoded value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGCodec.html#encodeOutputStream-java.io.OutputStream-">encodeOutputStream(OutputStream)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto">GPGCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/RotatingAESCodec.html#encodeOutputStream-java.io.OutputStream-">encodeOutputStream(OutputStream)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/RotatingAESCodec.html" title="class in gobblin.crypto">RotatingAESCodec</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:G"> |
| <!-- --> |
| </a> |
| <h2 class="title">G</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#generateAesKeys-int-int-">generateAesKeys(int, int)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> |
| <div class="block">Generate a set of AES keys for the store.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#getAllEncodedKeys--">getAllEncodedKeys()</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JsonCredentialStore.html#getAllEncodedKeys--">getAllEncodedKeys()</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto">JsonCredentialStore</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#getEncodedKey-java.lang.String-">getEncodedKey(String)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JsonCredentialStore.html#getEncodedKey-java.lang.String-">getEncodedKey(String)</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto">JsonCredentialStore</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGCodec.html#getTag--">getTag()</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto">GPGCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/RotatingAESCodec.html#getTag--">getTag()</a></span> - Method in class gobblin.crypto.<a href="gobblin/crypto/RotatingAESCodec.html" title="class in gobblin.crypto">RotatingAESCodec</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/converter/package-summary.html">gobblin.converter</a> - package gobblin.converter</dt> |
| <dd> </dd> |
| <dt><a href="gobblin/crypto/package-summary.html">gobblin.crypto</a> - package gobblin.crypto</dt> |
| <dd> </dd> |
| <dt><a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto"><span class="typeNameLink">GPGCodec</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Codec class that supports GPG decryption (only).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGCodec.html#GPGCodec-java.lang.String-">GPGCodec(String)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto">GPGCodec</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/crypto/GPGFileDecryptor.html" title="class in gobblin.crypto"><span class="typeNameLink">GPGFileDecryptor</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">A utility class that decrypts password based encryption files.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGFileDecryptor.html#GPGFileDecryptor--">GPGFileDecryptor()</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/GPGFileDecryptor.html" title="class in gobblin.crypto">GPGFileDecryptor</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:H"> |
| <!-- --> |
| </a> |
| <h2 class="title">H</h2> |
| <dl> |
| <dt><a href="gobblin/crypto/HexKeyToStringCodec.html" title="class in gobblin.crypto"><span class="typeNameLink">HexKeyToStringCodec</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Reads in a hex string representing a key and returns the raw bytes.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/HexKeyToStringCodec.html#HexKeyToStringCodec--">HexKeyToStringCodec()</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/HexKeyToStringCodec.html" title="class in gobblin.crypto">HexKeyToStringCodec</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:I"> |
| <!-- --> |
| </a> |
| <h2 class="title">I</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html#init-gobblin.configuration.WorkUnitState-">init(WorkUnitState)</a></span> - Method in class gobblin.converter.<a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter">SerializedRecordToEncryptedSerializedRecordConverterBase</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:J"> |
| <!-- --> |
| </a> |
| <h2 class="title">J</h2> |
| <dl> |
| <dt><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto"><span class="typeNameLink">JCEKSKeystoreCredentialStore</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">A CredentialStore that uses Java's Keystore implementation to store and retrieve keys.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#JCEKSKeystoreCredentialStore-java.lang.String-java.lang.String-">JCEKSKeystoreCredentialStore(String, String)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> |
| <div class="block">Instantiate a new keystore at the given path protected by a password.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#JCEKSKeystoreCredentialStore-java.lang.String-java.lang.String-java.util.EnumSet-">JCEKSKeystoreCredentialStore(String, String, EnumSet<JCEKSKeystoreCredentialStore.CreationOptions>)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> |
| <div class="block">Instantiate a new keystore at the given path protected by a password.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#JCEKSKeystoreCredentialStore-org.apache.hadoop.fs.Path-java.lang.String-java.util.EnumSet-">JCEKSKeystoreCredentialStore(Path, String, EnumSet<JCEKSKeystoreCredentialStore.CreationOptions>)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> |
| <div class="block">Instantiate a new keystore at the given path protected by a password.</div> |
| </dd> |
| <dt><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.CreationOptions.html" title="enum in gobblin.crypto"><span class="typeNameLink">JCEKSKeystoreCredentialStore.CreationOptions</span></a> - Enum in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Options that can be used while instantiating a new keystore</div> |
| </dd> |
| <dt><a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto"><span class="typeNameLink">JsonCredentialStore</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Credential store that reads a JSON map that looks like: |
| { |
| "1": "<hex encoded key>", |
| "2": "<hex encoded key>" |
| }</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JsonCredentialStore.html#JsonCredentialStore-java.lang.String-gobblin.crypto.KeyToStringCodec-">JsonCredentialStore(String, KeyToStringCodec)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto">JsonCredentialStore</a></dt> |
| <dd> |
| <div class="block">Instantiate a new keystore using the file at the provided path</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JsonCredentialStore.html#JsonCredentialStore-org.apache.hadoop.fs.Path-gobblin.crypto.KeyToStringCodec-">JsonCredentialStore(Path, KeyToStringCodec)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto">JsonCredentialStore</a></dt> |
| <dd> |
| <div class="block">Instantiate a new keystore using the file at the provided path</div> |
| </dd> |
| </dl> |
| <a name="I:K"> |
| <!-- --> |
| </a> |
| <h2 class="title">K</h2> |
| <dl> |
| <dt><a href="gobblin/crypto/KeyToStringCodec.html" title="interface in gobblin.crypto"><span class="typeNameLink">KeyToStringCodec</span></a> - Interface in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">A package that can convert a key to and from a string representation</div> |
| </dd> |
| </dl> |
| <a name="I:R"> |
| <!-- --> |
| </a> |
| <h2 class="title">R</h2> |
| <dl> |
| <dt><a href="gobblin/crypto/RotatingAESCodec.html" title="class in gobblin.crypto"><span class="typeNameLink">RotatingAESCodec</span></a> - Class in <a href="gobblin/crypto/package-summary.html">gobblin.crypto</a></dt> |
| <dd> |
| <div class="block">Implementation of an encryption algorithm that works in the following way: |
| |
| 1.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/RotatingAESCodec.html#RotatingAESCodec-gobblin.crypto.CredentialStore-">RotatingAESCodec(CredentialStore)</a></span> - Constructor for class gobblin.crypto.<a href="gobblin/crypto/RotatingAESCodec.html" title="class in gobblin.crypto">RotatingAESCodec</a></dt> |
| <dd> |
| <div class="block">Create a new encryptor</div> |
| </dd> |
| </dl> |
| <a name="I:S"> |
| <!-- --> |
| </a> |
| <h2 class="title">S</h2> |
| <dl> |
| <dt><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter"><span class="typeNameLink">SerializedRecordToEncryptedSerializedRecordConverterBase</span></a> - Class in <a href="gobblin/converter/package-summary.html">gobblin.converter</a></dt> |
| <dd> |
| <div class="block">A converter that converts a <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-metadata/gobblin/type/SerializedRecordWithMetadata.html?is-external=true" title="class or interface in gobblin.type"><code>SerializedRecordWithMetadata</code></a> to a <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-metadata/gobblin/type/SerializedRecordWithMetadata.html?is-external=true" title="class or interface in gobblin.type"><code>SerializedRecordWithMetadata</code></a> |
| where the serialized bytes represent encrypted data.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html#SerializedRecordToEncryptedSerializedRecordConverterBase--">SerializedRecordToEncryptedSerializedRecordConverterBase()</a></span> - Constructor for class gobblin.converter.<a href="gobblin/converter/SerializedRecordToEncryptedSerializedRecordConverterBase.html" title="class in gobblin.converter">SerializedRecordToEncryptedSerializedRecordConverterBase</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:T"> |
| <!-- --> |
| </a> |
| <h2 class="title">T</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/Base64KeyToStringCodec.html#TAG">TAG</a></span> - Static variable in class gobblin.crypto.<a href="gobblin/crypto/Base64KeyToStringCodec.html" title="class in gobblin.crypto">Base64KeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/GPGCodec.html#TAG">TAG</a></span> - Static variable in class gobblin.crypto.<a href="gobblin/crypto/GPGCodec.html" title="class in gobblin.crypto">GPGCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/HexKeyToStringCodec.html#TAG">TAG</a></span> - Static variable in class gobblin.crypto.<a href="gobblin/crypto/HexKeyToStringCodec.html" title="class in gobblin.crypto">HexKeyToStringCodec</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html#TAG">TAG</a></span> - Static variable in class gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.html" title="class in gobblin.crypto">JCEKSKeystoreCredentialStore</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JsonCredentialStore.html#TAG">TAG</a></span> - Static variable in class gobblin.crypto.<a href="gobblin/crypto/JsonCredentialStore.html" title="class in gobblin.crypto">JsonCredentialStore</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:V"> |
| <!-- --> |
| </a> |
| <h2 class="title">V</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.CreationOptions.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.CreationOptions.html" title="enum in gobblin.crypto">JCEKSKeystoreCredentialStore.CreationOptions</a></dt> |
| <dd> |
| <div class="block">Returns the enum constant of this type with the specified name.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/crypto/JCEKSKeystoreCredentialStore.CreationOptions.html#values--">values()</a></span> - Static method in enum gobblin.crypto.<a href="gobblin/crypto/JCEKSKeystoreCredentialStore.CreationOptions.html" title="enum in gobblin.crypto">JCEKSKeystoreCredentialStore.CreationOptions</a></dt> |
| <dd> |
| <div class="block">Returns an array containing the constants of this enum type, in |
| the order they are declared.</div> |
| </dd> |
| </dl> |
| <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?index-all.html" target="_top">Frames</a></li> |
| <li><a href="index-all.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |