Class ASN1ObjectIdentifierConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<String,​org.bouncycastle.asn1.ASN1ObjectIdentifier>

    @Component
    @ConfigurationPropertiesBinding
    public class ASN1ObjectIdentifierConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<String,​org.bouncycastle.asn1.ASN1ObjectIdentifier>
    • Constructor Detail

      • ASN1ObjectIdentifierConverter

        public ASN1ObjectIdentifierConverter()
    • Method Detail

      • convert

        public org.bouncycastle.asn1.ASN1ObjectIdentifier convert​(String source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<String,​org.bouncycastle.asn1.ASN1ObjectIdentifier>