public class StorageOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageOptions.DigitalSignatureSupport |
static class |
StorageOptions.ElementCoercion |
static class |
StorageOptions.LevelOfSupport |
| Constructor and Description |
|---|
StorageOptions() |
StorageOptions(StorageOptions.LevelOfSupport levelOfSupport,
StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport,
StorageOptions.ElementCoercion getElementCoercion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StorageOptions.DigitalSignatureSupport |
getDigitalSignatureSupport() |
StorageOptions.ElementCoercion |
getElementCoercion() |
StorageOptions.LevelOfSupport |
getLevelOfSupport() |
int |
hashCode() |
void |
setDigitalSignatureSupport(StorageOptions.DigitalSignatureSupport digitalSignatureSupport) |
void |
setElementCoercion(StorageOptions.ElementCoercion elementCoercion) |
void |
setLevelOfSupport(StorageOptions.LevelOfSupport levelOfSupport) |
byte[] |
toExtendedNegotiationInformation() |
String |
toString() |
static StorageOptions |
valueOf(ExtendedNegotiate extNeg) |
public StorageOptions()
public StorageOptions(StorageOptions.LevelOfSupport levelOfSupport, StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport, StorageOptions.ElementCoercion getElementCoercion)
public static StorageOptions valueOf(ExtendedNegotiate extNeg)
public final StorageOptions.LevelOfSupport getLevelOfSupport()
public final void setLevelOfSupport(StorageOptions.LevelOfSupport levelOfSupport)
public final StorageOptions.DigitalSignatureSupport getDigitalSignatureSupport()
public final void setDigitalSignatureSupport(StorageOptions.DigitalSignatureSupport digitalSignatureSupport)
public final StorageOptions.ElementCoercion getElementCoercion()
public final void setElementCoercion(StorageOptions.ElementCoercion elementCoercion)
public byte[] toExtendedNegotiationInformation()
Copyright © 2021. All rights reserved.