Uses of Enum Class
org.mockserver.keys.AsymmetricKeyPairAlgorithm
Packages that use AsymmetricKeyPairAlgorithm
-
Uses of AsymmetricKeyPairAlgorithm in org.mockserver.keys
Methods in org.mockserver.keys that return AsymmetricKeyPairAlgorithmModifier and TypeMethodDescriptionstatic AsymmetricKeyPairAlgorithmAsymmetricKeyPairAlgorithm.fromJwtAlgorithm(String jwtAlgorithm) Resolves an algorithm from its JWT-style short name (e.g.AsymmetricKeyPair.getAlgorithm()static AsymmetricKeyPairAlgorithmReturns the enum constant of this class with the specified name.static AsymmetricKeyPairAlgorithm[]AsymmetricKeyPairAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.keys with parameters of type AsymmetricKeyPairAlgorithmModifier and TypeMethodDescriptionstatic AsymmetricKeyPairAsymmetricKeyGenerator.createAsymmetricKeyPair(AsymmetricKeyPairAlgorithm algorithm) static KeyPairAsymmetricKeyGenerator.createKeyPair(AsymmetricKeyPairAlgorithm algorithm) Constructors in org.mockserver.keys with parameters of type AsymmetricKeyPairAlgorithmModifierConstructorDescriptionAsymmetricKeyPair(String keyId, AsymmetricKeyPairAlgorithm algorithm, KeyPair keyPair) -
Uses of AsymmetricKeyPairAlgorithm in org.mockserver.saml
Methods in org.mockserver.saml that return AsymmetricKeyPairAlgorithmModifier and TypeMethodDescriptionSamlSigningCredential.getAlgorithm()The signing algorithm used by this credential, which determines the XML-DSigSignatureMethod/DigestMethodused when enveloped-signing assertions.Constructors in org.mockserver.saml with parameters of type AsymmetricKeyPairAlgorithmModifierConstructorDescriptionProvider(String ssoServiceUrl, String sloServiceUrl, String spSingleLogoutServiceUrl, String idpEntityId, String spEntityId, String assertionConsumerServiceUrl, String subjectNameId, String nameIdFormat, Map<String, String> attributes, long sessionDurationSeconds, PrivateKey signingPrivateKey, X509Certificate signingCertificate, AsymmetricKeyPairAlgorithm signingAlgorithm, boolean expiredAssertion, boolean wrongAudience, boolean tamperedSignature) -
Uses of AsymmetricKeyPairAlgorithm in org.mockserver.socket.tls
Fields in org.mockserver.socket.tls declared as AsymmetricKeyPairAlgorithmModifier and TypeFieldDescriptionstatic final AsymmetricKeyPairAlgorithmKeyAndCertificateFactory.DEFAULT_KEY_GENERATION_AND_SIGNING_ALGORITHMdefault key pair generation and signing algorithm