Class RsaKeyMaterial


  • public class RsaKeyMaterial
    extends RawKeyMaterial<PartialRsaKeyPair>
    A concrete implementation of RawKeyMaterial for RSA keys. This class provides a more convenient way to create key material for RSA keyrings without having to specify the generic type parameter.
    • Constructor Detail

      • RsaKeyMaterial

        public RsaKeyMaterial​(MaterialsDescription materialsDescription,
                              PartialRsaKeyPair keyMaterial)
        Creates a new RsaKeyMaterial with the specified materials description and key material.
        Parameters:
        materialsDescription - the materials description
        keyMaterial - the RSA key material
    • Method Detail

      • rsaBuilder

        public static RsaKeyMaterial.Builder rsaBuilder()
        Returns:
        a new builder instance for RsaKeyMaterial