Skip navigation links


oracle.iam.config.jaxb
Class KeyConfigParams

java.lang.Object
  extended by oracle.iam.config.jaxb.KeyConfigParams


public class KeyConfigParams
extends java.lang.Object

Java class for KeyConfigParams complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyConfigParams">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="blockMode" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="padding" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
KeyConfigParams()
           

 

Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.String getBlockMode()
          Gets the value of the blockMode property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPadding()
          Gets the value of the padding property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setBlockMode(java.lang.String value)
          Sets the value of the blockMode property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPadding(java.lang.String value)
          Sets the value of the padding property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

KeyConfigParams

public KeyConfigParams()

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.
Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.
Parameters:
value - allowed object is String

getBlockMode

public java.lang.String getBlockMode()
Gets the value of the blockMode property.
Returns:
possible object is String

setBlockMode

public void setBlockMode(java.lang.String value)
Sets the value of the blockMode property.
Parameters:
value - allowed object is String

getPadding

public java.lang.String getPadding()
Gets the value of the padding property.
Returns:
possible object is String

setPadding

public void setPadding(java.lang.String value)
Sets the value of the padding property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.