Skip navigation links


oracle.iam.sod.sil.jaxb
Class XLSymmetricProvider

java.lang.Object
  extended by oracle.iam.sod.sil.jaxb.XLSymmetricProvider


public class XLSymmetricProvider
extends java.lang.Object

Java class for XLSymmetricProvider complex type.

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

 <complexType name="XLSymmetricProvider">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}KeyStore"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Keys"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
XLSymmetricProvider()
           

 

Method Summary
 Keys getKeys()
          Gets the value of the keys property.
 KeyStore getKeyStore()
          Gets the value of the keyStore property.
 void setKeys(Keys value)
          Sets the value of the keys property.
 void setKeyStore(KeyStore value)
          Sets the value of the keyStore property.

 

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

 

Constructor Detail

XLSymmetricProvider

public XLSymmetricProvider()

Method Detail

getKeyStore

public KeyStore getKeyStore()
Gets the value of the keyStore property.
Returns:
possible object is KeyStore

setKeyStore

public void setKeyStore(KeyStore value)
Sets the value of the keyStore property.
Parameters:
value - allowed object is KeyStore

getKeys

public Keys getKeys()
Gets the value of the keys property.
Returns:
possible object is Keys

setKeys

public void setKeys(Keys value)
Sets the value of the keys property.
Parameters:
value - allowed object is Keys

Skip navigation links


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