|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentifierGenerator | |
|---|---|
| org.opensaml.common.impl | Base classes for various SAMLObjects constructs. |
| org.opensaml.saml2.encryption | Classes for encrypting and decrypting SAML. |
| Uses of IdentifierGenerator in org.opensaml.common.impl |
|---|
| Classes in org.opensaml.common.impl that implement IdentifierGenerator | |
|---|---|
class |
RandomIdentifierGenerator
Generates identifiers using random data obtained from a Random instance. |
class |
SecureRandomIdentifierGenerator
Generates identifiers using random data obtained from a SecureRandom instance. |
| Uses of IdentifierGenerator in org.opensaml.saml2.encryption |
|---|
| Methods in org.opensaml.saml2.encryption with parameters of type IdentifierGenerator | |
|---|---|
void |
Encrypter.setIDGenerator(IdentifierGenerator newIDGenerator)
Set the generator to use when creating XML ID attribute values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||