PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmlenc
Class EncryptionMethodType.EncryptionMethod

java.lang.Object
  extended by org.picketlink.identity.xmlsec.w3.xmlenc.EncryptionMethodType.EncryptionMethod
Enclosing class:
EncryptionMethodType

public static class EncryptionMethodType.EncryptionMethod
extends Object


Field Summary
protected  BigInteger keySize
           
protected  byte[] OAEPparams
           
 
Constructor Summary
EncryptionMethodType.EncryptionMethod(BigInteger bigInteger, byte[] oAEPparams)
           
 
Method Summary
 BigInteger getKeySize()
           
 byte[] getOAEPparams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keySize

protected BigInteger keySize

OAEPparams

protected byte[] OAEPparams
Constructor Detail

EncryptionMethodType.EncryptionMethod

public EncryptionMethodType.EncryptionMethod(BigInteger bigInteger,
                                             byte[] oAEPparams)
Method Detail

getKeySize

public BigInteger getKeySize()

getOAEPparams

public byte[] getOAEPparams()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.