Class ConcatKDFParamsImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
- All Implemented Interfaces:
XMLObject,ConcatKDFParams
public class ConcatKDFParamsImpl extends AbstractXMLObject implements ConcatKDFParams
Concrete implementation ofConcatKDFParams.
-
-
Field Summary
Fields Modifier and Type Field Description private StringalgorithmIDAlgorithmID.private DigestMethoddigestMethodDigestMethod.private StringpartyUInfoPartyUInfo.private StringpartyVInfoPartyVInfo.private StringsuppPrivInfoSuppPrivInfo.private StringsuppPubInfoSuppPubInfo.-
Fields inherited from interface org.opensaml.xmlsec.encryption.ConcatKDFParams
ALGORITHM_ID_ATTRIBUTE_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, PARTY_U_INFO_ATTRIBUTE_NAME, PARTY_V_INFO_ATTRIBUTE_NAME, SUPP_PRIV_INFO_ATTRIBUTE_NAME, SUPP_PUB_INFO_ATTRIBUTE_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConcatKDFParamsImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithmID()byte[]getAlgorithmIDBytes()DigestMethodgetDigestMethod()List<XMLObject>getOrderedChildren()StringgetPartyUInfo()byte[]getPartyUInfoBytes()StringgetPartyVInfo()byte[]getPartyVInfoBytes()StringgetSuppPrivInfo()byte[]getSuppPrivInfoBytes()StringgetSuppPubInfo()byte[]getSuppPubInfoBytes()voidsetAlgorithmID(String newAlgorithmID)voidsetAlgorithmIDBytes(byte[] newAlgorithmID)voidsetDigestMethod(DigestMethod newDigestMethod)voidsetPartyUInfo(String newPartyUInfo)voidsetPartyUInfoBytes(byte[] newPartyUInfo)voidsetPartyVInfo(String newPartyVInfo)voidsetPartyVInfoBytes(byte[] newPartyVInfo)voidsetSuppPrivInfo(String newSuppPrivInfo)voidsetSuppPrivInfoBytes(byte[] newSuppPrivInfo)voidsetSuppPubInfo(String newSuppPubInfo)voidsetSuppPubInfoBytes(byte[] newSuppPubInfo)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
digestMethod
private DigestMethod digestMethod
DigestMethod.
-
algorithmID
@Nullable private String algorithmID
AlgorithmID.
-
partyUInfo
@Nullable private String partyUInfo
PartyUInfo.
-
partyVInfo
@Nullable private String partyVInfo
PartyVInfo.
-
suppPubInfo
@Nullable private String suppPubInfo
SuppPubInfo.
-
suppPrivInfo
@Nullable private String suppPrivInfo
SuppPrivInfo.
-
-
Method Detail
-
getDigestMethod
@Nullable public DigestMethod getDigestMethod()
- Specified by:
getDigestMethodin interfaceConcatKDFParams
-
setDigestMethod
public void setDigestMethod(@Nullable DigestMethod newDigestMethod)- Specified by:
setDigestMethodin interfaceConcatKDFParams
-
getAlgorithmID
@Nullable public String getAlgorithmID()
- Specified by:
getAlgorithmIDin interfaceConcatKDFParams
-
setAlgorithmID
public void setAlgorithmID(@Nullable String newAlgorithmID)- Specified by:
setAlgorithmIDin interfaceConcatKDFParams
-
getAlgorithmIDBytes
@Nullable public byte[] getAlgorithmIDBytes()
- Specified by:
getAlgorithmIDBytesin interfaceConcatKDFParams
-
setAlgorithmIDBytes
public void setAlgorithmIDBytes(@Nullable byte[] newAlgorithmID)- Specified by:
setAlgorithmIDBytesin interfaceConcatKDFParams
-
getPartyUInfo
@Nullable public String getPartyUInfo()
- Specified by:
getPartyUInfoin interfaceConcatKDFParams
-
setPartyUInfo
public void setPartyUInfo(@Nullable String newPartyUInfo)- Specified by:
setPartyUInfoin interfaceConcatKDFParams
-
getPartyUInfoBytes
@Nullable public byte[] getPartyUInfoBytes()
- Specified by:
getPartyUInfoBytesin interfaceConcatKDFParams
-
setPartyUInfoBytes
public void setPartyUInfoBytes(@Nullable byte[] newPartyUInfo)- Specified by:
setPartyUInfoBytesin interfaceConcatKDFParams
-
getPartyVInfo
@Nullable public String getPartyVInfo()
- Specified by:
getPartyVInfoin interfaceConcatKDFParams
-
setPartyVInfo
public void setPartyVInfo(@Nullable String newPartyVInfo)- Specified by:
setPartyVInfoin interfaceConcatKDFParams
-
getPartyVInfoBytes
@Nullable public byte[] getPartyVInfoBytes()
- Specified by:
getPartyVInfoBytesin interfaceConcatKDFParams
-
setPartyVInfoBytes
public void setPartyVInfoBytes(@Nullable byte[] newPartyVInfo)- Specified by:
setPartyVInfoBytesin interfaceConcatKDFParams
-
getSuppPubInfo
@Nullable public String getSuppPubInfo()
- Specified by:
getSuppPubInfoin interfaceConcatKDFParams
-
setSuppPubInfo
public void setSuppPubInfo(@Nullable String newSuppPubInfo)- Specified by:
setSuppPubInfoin interfaceConcatKDFParams
-
getSuppPubInfoBytes
@Nullable public byte[] getSuppPubInfoBytes()
- Specified by:
getSuppPubInfoBytesin interfaceConcatKDFParams
-
setSuppPubInfoBytes
public void setSuppPubInfoBytes(@Nullable byte[] newSuppPubInfo)- Specified by:
setSuppPubInfoBytesin interfaceConcatKDFParams
-
getSuppPrivInfo
@Nullable public String getSuppPrivInfo()
- Specified by:
getSuppPrivInfoin interfaceConcatKDFParams
-
setSuppPrivInfo
public void setSuppPrivInfo(@Nullable String newSuppPrivInfo)- Specified by:
setSuppPrivInfoin interfaceConcatKDFParams
-
getSuppPrivInfoBytes
@Nullable public byte[] getSuppPrivInfoBytes()
- Specified by:
getSuppPrivInfoBytesin interfaceConcatKDFParams
-
setSuppPrivInfoBytes
public void setSuppPrivInfoBytes(@Nullable byte[] newSuppPrivInfo)- Specified by:
setSuppPrivInfoBytesin interfaceConcatKDFParams
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-